diff -r 2269739dd098 -r cd42b426028b canfestival/config_utils.py --- 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()