Skip to content

Commit 0f7e24d

Browse files
committed
Refactored / 2to3
1 parent ed24486 commit 0f7e24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
here = os.path.abspath(os.path.dirname(__file__))
31-
execfile(os.path.join(here, 'sqlalchemy_pervasive', '_version.py'))
31+
exec(compile(open(os.path.join(here, 'sqlalchemy_pervasive', '_version.py')).read(), os.path.join(here, 'sqlalchemy_pervasive', '_version.py'), 'exec'))
3232

3333
README = open(os.path.join(here, 'README.rst')).read()
3434
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()

0 commit comments

Comments
 (0)