X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=lib%2Fmudpy%2F__init__.py;h=d4625281ff5b36766d434e58bff85b4b82e742bd;hb=babd406748cb5bda496edd172279312833b6f709;hp=06b1e2375983939a3584ed693b9df71766ddbaad;hpb=ca06d2245a4a1ed1ced7cfceeb79bfd5d7750f82;p=mudpy.git diff --git a/lib/mudpy/__init__.py b/lib/mudpy/__init__.py index 06b1e23..d462528 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"misc", u"telnet" ] load()