X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2FtestCred.py;h=68c9b743c7789f902954e631a179847a8b2ba8c7;hb=refs%2Fheads%2Fbranch-0.9-14;hp=b1d97b715e97076d40c4b2f37ff8fe3c957aaf6c;hpb=569614766f80d3b4520424d953eba9b800073218;p=sfa.git diff --git a/tests/testCred.py b/tests/testCred.py old mode 100644 new mode 100755 index b1d97b71..68c9b743 --- a/tests/testCred.py +++ b/tests/testCred.py @@ -1,7 +1,7 @@ import unittest -from credential import * -from rights import * -from gid import * +from sfa.trust.credential import * +from sfa.trust.rights import * +from sfa.trust.gid import * class TestCred(unittest.TestCase): def setUp(self):