a little nicer wrt pep8
[sfa.git] / tests / testAll.py
index 540a53c..0248954 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 from testXrn import *
 #from testNamespace import *
 # xxx broken-test
@@ -10,10 +10,9 @@ from testXrn import *
 # xxx broken-test
 #from testCred import *
 from testKeypair import *
-from testMisc import *
 # xxx broken-test
 #from testHierarchy import *
-from testRecord import *
+from testStorage import *
 
 if __name__ == "__main__":
     unittest.main()