X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=bin%2Fmudpy;h=040c5f8f639bb8f15fe4b7228bf218a8ec1d1bf1;hb=3a2229d8923d5240b2a7c95dafc8a6e0b35e06da;hp=259c9c18824bee2a5f2830d4c022347c9604864f;hpb=2a1119763de7805f617d8b62b8f0822969f3d7df;p=mudpy.git diff --git a/bin/mudpy b/bin/mudpy index 259c9c1..040c5f8 100755 --- a/bin/mudpy +++ b/bin/mudpy @@ -1,8 +1,7 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- """Skeletal executable 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. @@ -10,7 +9,7 @@ import imp import os import sys -sys.path.append( os.path.realpath("lib") ) +sys.path.append(os.path.realpath("lib")) import mudpy