bugfix
This commit is contained in:
parent
d794a4cce1
commit
5d3741ecb5
4 changed files with 4 additions and 1 deletions
|
@ -194,6 +194,7 @@ def loadPlugins(gc):
|
|||
gc.hub.register(mod, 'SUBSCRIBE')
|
||||
gc.hub.register(mod, 'AGENTS')
|
||||
gc.hub.register(mod, 'AGENT_INFO')
|
||||
gc.hub.register(mod, 'QUIT')
|
||||
modObj.load()
|
||||
# END loadPLugins
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
import sock
|
2
plugins/gtkgui/__init__.py
Normal file
2
plugins/gtkgui/__init__.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
import gtkgui
|
||||
|
1
plugins/logger/__init__.py
Normal file
1
plugins/logger/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
import logger
|
Loading…
Add table
Reference in a new issue