Back end data storage separation.
[mudpy.git] / lib / mudpy / __init__.py
index 4efd9b2..128aba5 100644 (file)
@@ -21,5 +21,5 @@ def load():
       except NameError: exec(u"import %s" % module)
 
 # load the modules contained in this package
-modules = [ u"misc", u"password", u"telnet" ]
+modules = [ u"data", u"misc", u"password", u"telnet" ]
 load()