renaming the toplevel geni/ package into sfa/
[sfa.git] / tests / testCred.py
index 1de9838..68c9b74 100755 (executable)
@@ -1,7 +1,7 @@
 import unittest
-from geni.trust.credential import *
-from geni.trust.rights import *
-from geni.trust.gid import *
+from sfa.trust.credential import *
+from sfa.trust.rights import *
+from sfa.trust.gid import *
 
 class TestCred(unittest.TestCase):
    def setUp(self):