Imported from archive.
[mudpy.git] / lib / muff / __init__.py
diff --git a/lib/muff/__init__.py b/lib/muff/__init__.py
deleted file mode 100644 (file)
index c4c88f2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-"""Initialization for MUFF Modules"""
-
-# Copyright (c) 2005 mudpy, Jeremy Stanley <fungi@yuggoth.org>, all rights reserved.
-# Licensed per terms in the LICENSE file distributed with this software.
-
-# 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", "muffuniv", "muffuser", "muffvars" ]
-