Skip to content

Commit 226ed20

Browse files
committed
remove unicode_literals from setup.py (unnecessary and causes installation problems in Python2)
1 parent 03eab80 commit 226ed20

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
@@ -1,4 +1,4 @@
1-
from __future__ import absolute_import, print_function, unicode_literals
1+
from __future__ import absolute_import, print_function
22

33
import os.path
44
import re

0 commit comments

Comments
 (0)