Skip to content

Commit c8a905b

Browse files
committed
Fix for Python 3
1 parent 59ba9ff commit c8a905b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appium/webdriver/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
Appium Python Client: WebDriver module
1717
"""
1818

19-
from webdriver import WebDriver as Remote
20-
from webelement import WebElement
19+
from .webdriver import WebDriver as Remote
20+
from .webelement import WebElement

0 commit comments

Comments
 (0)