Merge branch 'sps' of git.stormux.org:storm/cthulhu into sps
This commit is contained in:
commit
0cadb12c00
@ -28,7 +28,6 @@ class SimplePluginSystem(GObject.Object, Peas.Activatable, plugin.Plugin):
|
|||||||
plugin.Plugin.__init__(self)
|
plugin.Plugin.__init__(self)
|
||||||
self.plugin_list = []
|
self.plugin_list = []
|
||||||
self.loaded = False
|
self.loaded = False
|
||||||
self.my_key_bindings = None
|
|
||||||
self.plugin_repo = os.path.expanduser('~') + "/.local/share/cthulhu/simple-plugins-enabled/"
|
self.plugin_repo = os.path.expanduser('~') + "/.local/share/cthulhu/simple-plugins-enabled/"
|
||||||
|
|
||||||
def do_activate(self):
|
def do_activate(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user