summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-03-04 18:11:43 -0500
committerPeter LaFosse <peter@vector35.com>2017-03-04 18:11:43 -0500
commita0132eed82d28d4408a2475847e1804a157b3dc1 (patch)
tree3e1136b01b340f8cfcdf883311f153c22f1f2b24 /python/__init__.py
parentffdcc904ea16467c51e3d36773be132b7aa4cb3f (diff)
Adding repo manager APIs
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py1
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():