Skip to content

Commit

Permalink
Merge branch 'hotfix/python3_setup'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeissinger committed Jun 15, 2015
2 parents c3003ca + 678991c commit 749398a
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 @@ -14,7 +14,7 @@

def read(*filenames, **kwargs):
encoding = kwargs.get('encoding', 'utf-8')
mode = kwargs.get('mode', 'rb')
mode = kwargs.get('mode', 'r')
sep = kwargs.get('sep', '\n')
buf = []
for filename in filenames:
Expand Down

0 comments on commit 749398a

Please sign in to comment.