SeleniumBase is for Python 2.7

This commit is contained in:
Michael Mintz 2017-04-22 19:02:53 -04:00
parent bc6364af2b
commit 0e9b3d0aec
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ nocapture=1 ; Displays print statements from output. Undo this by using: --nolo
logging-level=INFO ; INFO keeps the logs much cleaner than using DEBUG
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python 3.
universal=1
# SeleniumBase is for Python 2.7 (right now)
universal=0