fixed geni.util.config package import
[sfa.git] / geni / registry.py
index 880be62..61408e6 100644 (file)
@@ -18,8 +18,7 @@ from geni.util.genitable import GeniTable
 from geni.util.geniticket import Ticket
 from geni.util.excep import *
 from geni.util.misc import *
-
-from util.config import *
+from geni.util.config import *
 
 ##
 # Convert geni fields to PLC fields for use when registering up updating
@@ -103,7 +102,7 @@ class Registry(GeniServer):
     # Connect to a remote shell via XMLRPC
 
     def connect_remote_shell(self):
-        import remoteshell
+        from geni.util import remoteshell
         self.shell = remoteshell.RemoteShell()
 
     ##