Skip to content

Commit c4b5589

Browse files
committed
Fix local internal test
1 parent 19f3d4c commit c4b5589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PyPI/test_package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# --[ Debugging and Development Test ]-----------
22
# > pip uninstall webui2
33
import sys
4-
sys.path.append('./Package/src/webui')
5-
import webui
4+
sys.path.append('./Package/src')
5+
from webui import webui
66

77
# --[ Production Test ]--------------------------
88
# > pip install --upgrade webui2

0 commit comments

Comments
 (0)