src/eric7/Project/ProjectFile.py

branch
eric7
changeset 9527
8601253e7633
parent 9514
2b104ad132a4
child 9531
155b2646799a
--- a/src/eric7/Project/ProjectFile.py	Thu Nov 24 11:59:08 2022 +0100
+++ b/src/eric7/Project/ProjectFile.py	Thu Nov 24 14:43:31 2022 +0100
@@ -9,7 +9,6 @@
 
 import contextlib
 
-##import copy
 import json
 import time
 import typing
@@ -143,16 +142,6 @@
 
         # modify paths to contain native separators
         for key in self.__project.getFileCategories() + ["TRANSLATIONEXCEPTIONS"]:
-            ##(
-            ##"SOURCES",
-            ##"FORMS",
-            ##"TRANSLATIONS",
-            ##"TRANSLATIONEXCEPTIONS",
-            ##"RESOURCES",
-            ##"INTERFACES",
-            ##"PROTOCOLS",
-            ##"OTHERS",
-            ##):
             with contextlib.suppress(KeyError):
                 projectDict["project"][key] = [
                     Utilities.toNativeSeparators(f) for f in projectDict["project"][key]

eric ide

mercurial