eric6/Snapshot/SnapshotModes.py

changeset 7703
1f800f8295ea
parent 7360
9190402e4505
child 7923
91e843545d9a
--- a/eric6/Snapshot/SnapshotModes.py	Thu Sep 17 19:10:36 2020 +0200
+++ b/eric6/Snapshot/SnapshotModes.py	Thu Sep 17 19:16:18 2020 +0200
@@ -7,11 +7,7 @@
 Module implementing the snapshot mode enumeration.
 """
 
-
-try:
-    from enum import Enum
-except ImportError:
-    from ThirdParty.enum import Enum
+from enum import Enum
 
 
 class SnapshotModes(Enum):

eric ide

mercurial