X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2F__init__.py;h=8c12ee2599c55ad8d58dc782c39b9640e7eea511;hp=5f2d5787c33c198136b3dbb992c09967febb36f6;hb=a36ecfa80ee60f30cce09590e030d79abe542d04;hpb=9b539bfe237cf95ca6ba4055ae283fa55e7af7ff diff --git a/mudpy/__init__.py b/mudpy/__init__.py index 5f2d578..8c12ee2 100644 --- a/mudpy/__init__.py +++ b/mudpy/__init__.py @@ -1,6 +1,6 @@ """Core modules package for the mudpy engine.""" -# Copyright (c) 2004-2017 Jeremy Stanley . Permission +# Copyright (c) 2004-2018 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. @@ -35,5 +35,5 @@ def load(): # load the modules contained in this package -modules = ["data", "misc", "password", "telnet"] +modules = ["data", "misc", "password", "telnet", "version"] load()