removed another bunch of references to geni
[sfa.git] / sfa / server / SfaRegistryModPython.py
index 4c23192..a9044eb 100755 (executable)
@@ -11,10 +11,10 @@ import sys
 import traceback
 import xmlrpclib
 from mod_python import apache
+from sfa.util.debug import log
+from sfa.plc.api import SfaAPI
 
-from sfa.plc.api import GeniAPI
-
-api = GeniAPI(interface='registry')
+api = SfaAPI(interface='registry')
 
 class unbuffered:
     """\r