Appease style checks
[mudpy.git] / mudpy / __init__.py
index 5fdefe8..2f1bed5 100644 (file)
@@ -27,6 +27,7 @@ def load():
         except NameError:
             exec("import mudpy.%s" % module)
 
+
 # load the modules contained in this package
 modules = ["data", "misc", "password", "telnet"]
 load()