X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=lib%2Fmuff%2F__init__.py;fp=lib%2Fmuff%2F__init__.py;h=0000000000000000000000000000000000000000;hb=fecd4c0fc49593052697b8cf199603cf1fac2b61;hp=c4c88f235d3df4ec8828e729237bf9f8fafbff60;hpb=724736a86ae223448f90a6d3a15adacd035feaa5;p=mudpy.git diff --git a/lib/muff/__init__.py b/lib/muff/__init__.py deleted file mode 100644 index c4c88f2..0000000 --- a/lib/muff/__init__.py +++ /dev/null @@ -1,9 +0,0 @@ -"""Initialization for MUFF Modules""" - -# Copyright (c) 2005 mudpy, Jeremy Stanley , 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" ] -