Setting tag sfa-0.9-14
[sfa.git] / tests / testGid.py
old mode 100644 (file)
new mode 100755 (executable)
index cec0d92..33406f5
@@ -1,7 +1,7 @@
 import unittest
 import xmlrpclib
-from cert import *
-from gid import *
+from sfa.trust.certificate import Keypair
+from sfa.trust.gid import *
 
 class TestGid(unittest.TestCase):
    def setUp(self):