X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=lib%2Fmudpy%2F__init__.py;h=5fdefe82db541de9953c7fbc1fce8e194d3b98e1;hb=4708e5ad2215bce4806578c9417a09ceccef0292;hp=04001a0f08011b739174293caed1d4a2d1b450f2;hpb=2a1119763de7805f617d8b62b8f0822969f3d7df;p=mudpy.git diff --git a/lib/mudpy/__init__.py b/lib/mudpy/__init__.py index 04001a0..5fdefe8 100644 --- a/lib/mudpy/__init__.py +++ b/lib/mudpy/__init__.py @@ -1,13 +1,12 @@ -# -*- coding: utf-8 -*- """Core modules package for the mudpy engine.""" -# Copyright (c) 2004-2013 Jeremy Stanley . Permission +# Copyright (c) 2004-2015 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. -import imp +import imp # noqa (referenced via exec of string literal below) -import mudpy +import mudpy # noqa (referenced via exec of string literal below) def load():