trim imports and make pylint happy
[sfa.git] / sfa / server / registry.py
index b254811..2a37c22 100644 (file)
@@ -1,9 +1,7 @@
 #
 # Registry is a SfaServer that implements the Registry interface
 #
-from sfa.util.server import SfaServer
-from sfa.util.faults import *
-from sfa.util.xrn import hrn_to_urn
+from sfa.server.sfaserver import SfaServer
 from sfa.server.interface import Interfaces, Interface
 from sfa.util.config import Config