We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab1afd commit 6144727Copy full SHA for 6144727
mamonsu/lib/platform.py
@@ -11,4 +11,4 @@
11
if PY2:
12
INTEGER_TYPES = (int, long)
13
if PY3:
14
- INTEGER_TYPES = int
+ INTEGER_TYPES = int,
0 commit comments