Browse Source

use open instead of file

test_fixup
Jessica Hair 4 years ago
parent
commit
950ef2c4b0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -42,7 +42,7 @@ versrel = version + '-' + release
readme = 'README.rst'
download_url = "http://" + name + ".googlecode.com/files/" + name + "-" + \
versrel + ".tar.gz"
long_description = file(readme).read()
long_description = open(readme).read()
class build_ext_extra(build_ext, object):
"""


Loading…
Cancel
Save