Skip to content

Commit 52436f3

Browse files
committed
remove append
1 parent dcf79ec commit 52436f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PyQtClient.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
__Copyright__ = 'Copyright (c) 2019 Irony'
2121
__Version__ = 1.0
2222

23-
sys.path.append(os.path.abspath('Lib'))
24-
sys.path.append(os.path.abspath('Lib/site-packages'))
2523
sys.path.append(os.path.abspath('Library.zip'))
2624

2725
from PyQt5.QtWidgets import QApplication

0 commit comments

Comments
 (0)