renaming the toplevel geni/ package into sfa/
[sfa.git] / tests / testKeypair.py
index f4c5c4e..ebe1ede 100755 (executable)
@@ -5,7 +5,7 @@ sys.path.append('..')
 import unittest
 import xmlrpclib
 import base64
-from geni.trust.certificate import Keypair
+from sfa.trust.certificate import Keypair
 
 class TestKeypair(unittest.TestCase):
    def setUp(self):