X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=mudpy%2F__init__.py;h=8c12ee2599c55ad8d58dc782c39b9640e7eea511;hb=bf5f384fab6ab61f85b1f3872efbe12f6796ef51;hp=29cb472d55b93e5ae9e55b9a89e4e06c0fd03599;hpb=9d92e6288e8e14a7213912b6480e33a72392af07;p=mudpy.git diff --git a/mudpy/__init__.py b/mudpy/__init__.py index 29cb472..8c12ee2 100644 --- a/mudpy/__init__.py +++ b/mudpy/__init__.py @@ -1,6 +1,6 @@ """Core modules package for the mudpy engine.""" -# Copyright (c) 2004-2015 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()