removed another bunch of references to geni
[sfa.git] / tests / testGid.py
old mode 100644 (file)
new mode 100755 (executable)
index f725ed0..33406f5
@@ -1,7 +1,7 @@
 import unittest
 import xmlrpclib
-from geni.trust.certificate import *
-from geni.trust.gid import *
+from sfa.trust.certificate import Keypair
+from sfa.trust.gid import *
 
 class TestGid(unittest.TestCase):
    def setUp(self):