Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourqui committed Jun 3, 2018
1 parent 935fff9 commit 212046a
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 @@ -10,7 +10,7 @@
REPO_URL = "https://github.com/mbourqui/django-echoices/"

README = ''
for ext in ['md','rst']:
for ext in ['md', 'rst']:
try:
with open(os.path.join(os.path.dirname(__file__), 'README.' + ext)) as readme:
README = readme.read()
Expand Down

0 comments on commit 212046a

Please sign in to comment.