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