Skip to content

Commit

Permalink
Sometimes periods andcommas are difficult to tell apart. :/
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Jan 26, 2012
1 parent 8187236 commit e716679
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 @@ -21,7 +21,7 @@
# Utility function to read the README.md file from main directory, used for
# the long_description.
def read(fname):
return.open(os.path.join(os.path.dirname(__file__), fname)).read()
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='pyrsync',
version='0.1.0',
Expand Down

0 comments on commit e716679

Please sign in to comment.