fix import for peers
authorTony Mack <tmack@cs.princeton.edu>
Tue, 1 Dec 2009 22:30:48 +0000 (22:30 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 1 Dec 2009 22:30:48 +0000 (22:30 +0000)
sfa/managers/slice_manager_pl.py

index f66b777..3b0a495 100644 (file)
@@ -17,7 +17,7 @@ from sfa.util.prefixTree import prefixTree
 from sfa.util.rspec import *
 from sfa.util.debug import log
 from sfa.server.registry import Registries
-from sfa.util import peers
+import sfa.plc.peers
 
 def delete_slice(api, hrn, caller_cred=None):
     credential = api.getCredential()