diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-03-04 18:11:43 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-03-04 18:11:43 -0500 |
| commit | a0132eed82d28d4408a2475847e1804a157b3dc1 (patch) | |
| tree | 3e1136b01b340f8cfcdf883311f153c22f1f2b24 /python/__init__.py | |
| parent | ffdcc904ea16467c51e3d36773be132b7aa4cb3f (diff) | |
Adding repo manager APIs
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index a1ea02f5..5df7c7f1 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -45,6 +45,7 @@ from .lineardisassembly import * from .undoaction import * from .highlight import * from .scriptingprovider import * +from .pluginmanager import * def shutdown(): |
