]> jfr.im git - erebus.git/blobdiff - ctlmod.py
begin adding a centralized HELP command
[erebus.git] / ctlmod.py
index 0a4c784510641a6779b05157fa22bcaeff5c620b..db8a5b88f63a3d1a35a5495341cbd57f7f8b98f5 100644 (file)
--- a/ctlmod.py
+++ b/ctlmod.py
@@ -20,7 +20,7 @@ def load(parent, modname):
                        return modlib.error(e)
                finally:
                        del sys.path[0] #remove ./modules from path, in case there's a name conflict
-                       
+
 
                if not hasattr(mod, 'modinfo'):
                        return modlib.error('no modinfo')