canfestival/config_utils.py
changeset 1834 cd42b426028b
parent 1831 56b48961cc68
child 1847 6198190bc121
--- a/canfestival/config_utils.py	Thu Sep 28 16:25:05 2017 +0300
+++ b/canfestival/config_utils.py	Thu Sep 28 17:20:31 2017 +0300
@@ -24,6 +24,9 @@
 
 
 from __future__ import print_function
+import os
+import sys
+import getopt
 from types import *
 
 # Translation between IEC types and Can Open types
@@ -694,10 +697,6 @@
 
 
 if __name__ == "__main__":
-    import os
-    import sys
-    import getopt
-
     def usage():
         print("""
 Usage of config_utils.py test :
@@ -784,8 +783,6 @@
 
         print("Reset Successful!")
     else:
-        import os
-
         testfile = open("test_config/result_tmp.txt", "w")
         testfile.write(result)
         testfile.close()