Skip to content

Commit

Permalink
Add comment about version for ImportError
Browse files Browse the repository at this point in the history
Co-Authored-By: Nabellaleen <Nabellaleen@users.noreply.github.com>
  • Loading branch information
Cito and Nabellaleen committed Mar 29, 2019
1 parent 0d8a991 commit 2db8fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
try:
import enum
except ImportError:
except ImportError: # Python < 2.7 and Python 3.3
requirements.append("enum34 >= 1.1.6")

tests_require = [
Expand Down

0 comments on commit 2db8fef

Please sign in to comment.