Clean up imports
[mudpy.git] / bin / mudpy
index e946462..259c9c1 100755 (executable)
--- a/bin/mudpy
+++ b/bin/mudpy
@@ -7,10 +7,11 @@
 # terms provided in the LICENSE file distributed with this software.
 
 # core objects for the mudpy engine
-import os.path
+import imp
+import os
 import sys
 sys.path.append( os.path.realpath("lib") )
-import imp
+
 import mudpy
 
 # start it up