X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=lib%2Fmuff%2F__init__.py;h=c4c88f235d3df4ec8828e729237bf9f8fafbff60;hb=da136e612520ef6a3a19d99563e44b6518f91e7e;hp=318e7a8be99697ab327f4f535047952f0c0f36c1;hpb=0f39af78818acbbee0b99145ff5ff303553027c6;p=mudpy.git diff --git a/lib/muff/__init__.py b/lib/muff/__init__.py index 318e7a8..c4c88f2 100644 --- a/lib/muff/__init__.py +++ b/lib/muff/__init__.py @@ -5,5 +5,5 @@ # these are all the modules included in the muff package; if you create # another, be sure to add it to this list -__all__ = [ "muffcmds", "muffconf", "muffmain", "muffmenu", "muffmisc", "muffsock", "muffuser", "muffvars" ] +__all__ = [ "muffcmds", "muffconf", "muffmain", "muffmenu", "muffmisc", "muffsock", "muffuniv", "muffuser", "muffvars" ]