Skip to content

Commit cb7deee

Browse files
committed
Update __init__.py
1 parent 9e7a948 commit cb7deee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from seleniumbase.common import decorators # noqa
55
from seleniumbase.common import encryption # noqa
66
import sys
7+
78
if sys.version_info[0] >= 3:
89
from seleniumbase import translate # noqa
910
del sys # Undo "import sys" / Simplify "dir(seleniumbase)"

0 commit comments

Comments
 (0)