X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=lib%2Fmudpy%2F__init__.py;h=128aba512d920f6a2c024f93f48d083abe7a7f5e;hb=ad484399f27d5f97fd879f0df794eb09416f4254;hp=06b1e2375983939a3584ed693b9df71766ddbaad;hpb=8bf6b7a787510321b75e477079ebf70ac150d853;p=mudpy.git diff --git a/lib/mudpy/__init__.py b/lib/mudpy/__init__.py index 06b1e23..128aba5 100644 --- a/lib/mudpy/__init__.py +++ b/lib/mudpy/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- u"""Core modules package for the mudpy engine.""" -# Copyright (c) 2004-2009 Jeremy Stanley . Permission +# Copyright (c) 2004-2010 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. @@ -21,5 +21,5 @@ def load(): except NameError: exec(u"import %s" % module) # load the modules contained in this package -modules = [ u"misc" ] +modules = [ u"data", u"misc", u"password", u"telnet" ] load()