removed another bunch of references to geni
[sfa.git] / tests / client / testAggregate.py
index 2bdc81c..0f9e77e 100644 (file)
@@ -1,7 +1,8 @@
-from geni.util.geniclient import *
-from geni.util.credential import *
 from pprint import pprint
 
+from sfa.util.client import *
+from sfa.trust.credential import *
+
 cred = Credential(filename = 'tmack.pl.sa.cred')
 slicehrn = 'planetlab.us.pl.tmack'
 print cred.get_privileges().save_to_string()