Merge branch 'master' of ssh://git.onelab.eu/git/sfa
[sfa.git] / tests / testKeypair.py
old mode 100644 (file)
new mode 100755 (executable)
index 6562316..ebe1ede
@@ -1,7 +1,11 @@
+#!/usr/bin/python
+import sys
+sys.path.append('..')
+
 import unittest
 import xmlrpclib
 import base64
-from cert import *
+from sfa.trust.certificate import Keypair
 
 class TestKeypair(unittest.TestCase):
    def setUp(self):