Skip to content

Commit

Permalink
Wrong usage of exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Daron Andrew Edie committed Jul 16, 2018
1 parent 603e563 commit a5f9e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

from setuptools import setup

from .version import __version__
# from version import __version__

exec(compile(open('PageObjectLibrary/version.py').read()))
exec(open('PageObjectLibrary/version.py').read())

setup(
name='robotframework-pageobjectlibrary',
Expand Down

0 comments on commit a5f9e7a

Please sign in to comment.