X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=mudpy%2F__init__.py;h=2f1bed5924c74f2367217b226041dae6cff70809;hb=5210334c47e97988ea55543d60a6b24985ebd140;hp=5fdefe82db541de9953c7fbc1fce8e194d3b98e1;hpb=91f6b37e5fc36953cc1f3150695382d0822b0672;p=mudpy.git diff --git a/mudpy/__init__.py b/mudpy/__init__.py index 5fdefe8..2f1bed5 100644 --- a/mudpy/__init__.py +++ b/mudpy/__init__.py @@ -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()