deprecation in the setup file

This commit is contained in:
gwen 2018-08-14 11:42:53 +02:00
parent beb615e707
commit caaeb93333
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ package_name = os.environ.get('PACKAGE_DST', 'tiramisu')
def fetch_version():
"""Get version from version.in"""
return file('VERSION', 'r').readline().strip()
return open('VERSION', 'r').readline().strip()
def return_files(component):