]> jfr.im git - erebus.git/commitdiff
cleanup (remove excess whitespace)
authorzonidjan <redacted>
Mon, 4 Apr 2016 18:38:42 +0000 (13:38 -0500)
committerzonidjan <redacted>
Mon, 4 Apr 2016 18:38:42 +0000 (13:38 -0500)
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')