X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=bin%2Fmudpy;fp=bin%2Fmudpy;h=b1071e3417a07671bd58b3557b1d390b6f55e540;hp=a0d764ec76aae05638c9f7c802f694fced0e6f7c;hb=a985778e8ce050ec7a847a6de318464803268582;hpb=88cc23e5313f888b9818ff50c9b6c482fa388e4d diff --git a/bin/mudpy b/bin/mudpy index a0d764e..b1071e3 100755 --- a/bin/mudpy +++ b/bin/mudpy @@ -1,15 +1,15 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -u"""Skeletal executable for the mudpy engine.""" +"""Skeletal executable for the mudpy engine.""" -# Copyright (c) 2004-2010 Jeremy Stanley . Permission +# Copyright (c) 2004-2011 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. # core objects for the mudpy engine import os.path import sys -sys.path.append(os.path.realpath(u"lib")) +sys.path.append( os.path.realpath("lib") ) import mudpy # start it up