Skip to content

Commit 6a54188

Browse files
committed
fixup! Use enum34 backport when Enum is not available
1 parent 581ed13 commit 6a54188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"singledispatch>=3.4.0.3",
1818
]
1919
try:
20-
import Enum
20+
import enum
2121
except ImportError:
2222
requirements.append("enum34 >= 1.1.6")
2323

0 commit comments

Comments
 (0)