Loading setup.py +0 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,6 @@ if not os.path.isfile(projects_file): if os.path.isfile(projects_default_file): shutil.copy(projects_default_file,projects_file) sys.exit() with open('projects.json') as data_file: Projects = json.load(data_file, object_pairs_hook=OrderedDict) Loading Loading
setup.py +0 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,6 @@ if not os.path.isfile(projects_file): if os.path.isfile(projects_default_file): shutil.copy(projects_default_file,projects_file) sys.exit() with open('projects.json') as data_file: Projects = json.load(data_file, object_pairs_hook=OrderedDict) Loading