Skip to content

Commit 6144727

Browse files
committed
small fixes
1 parent dab1afd commit 6144727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/lib/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
if PY2:
1212
INTEGER_TYPES = (int, long)
1313
if PY3:
14-
INTEGER_TYPES = int
14+
INTEGER_TYPES = int,

0 commit comments

Comments
 (0)