import package names have changed a bit
authorTony Mack <tmack@cs.princeton.edu>
Tue, 27 Jan 2009 01:53:19 +0000 (01:53 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 27 Jan 2009 01:53:19 +0000 (01:53 +0000)
geni/gimport.py
geni/nuke.py

index 31e3fae..c67b9a0 100755 (executable)
@@ -16,12 +16,12 @@ import getopt
 import sys
 import tempfile
 
-from cert import *
-from trustedroot import *
-from hierarchy import *
-from record import *
-from genitable import *
-from misc import *
+from geni.util.cert import *
+from geni.util.trustedroot import *
+from geni.util.hierarchy import *
+from geni.util.record import *
+from geni.util.genitable import *
+from geni.util.misc import *
 
 shell = None
 
index b9b2c88..667ca8f 100644 (file)
@@ -9,10 +9,10 @@
 import getopt
 import sys
 
-from hierarchy import *
-from record import *
-from genitable import *
-from config import *
+from geni.util.hierarchy import *
+from geni.util.record import *
+from geni.util.genitable import *
+from geni.util.config import *
 
 def process_options():
    global hrn