--- 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):