summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/__init__.py b/python/__init__.py
index a3ba0453..2f7cc5a0 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -118,10 +118,8 @@ class PluginManagerLoadPluginCallback(object):
def __init__(self):
self.cb = ctypes.CFUNCTYPE(
ctypes.c_bool,
- core.compatstring,
- core.compatstring,
- # ctypes.c_char_p,
- # ctypes.c_char_p,
+ ctypes.c_char_p,
+ ctypes.c_char_p,
ctypes.c_void_p)(self._load_plugin)
def _load_plugin(self, repo_path, plugin_path, ctx):