fix import
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 27 Oct 2011 15:24:06 +0000 (11:24 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 27 Oct 2011 15:24:06 +0000 (11:24 -0400)
sfa/server/threadedserver.py

index 6dafa0b..8139b0c 100644 (file)
@@ -22,7 +22,7 @@ from sfa.util.cache import Cache
 from sfa.trust.certificate import Certificate
 from sfa.trust.trustedroots import TrustedRoots
 #can we get rid of that ?
-from sfa.plc.api import PlcSfaApi
+from sfa.plc.plcsfaapi import PlcSfaApi
 
 ##
 # Verification callback for pyOpenSSL. We do our own checking of keys because