Skip to content
Snippets Groups Projects
Commit 782ae25f authored by inso's avatar inso
Browse files

Correction du script de setup

parent 7609428f
No related branches found
No related tags found
No related merge requests found
File deleted
...@@ -11,7 +11,6 @@ from PyQt5 import QtCore ...@@ -11,7 +11,6 @@ from PyQt5 import QtCore
# preparation des options # preparation des options
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib'))) sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib')))
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'src'))) sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'src')))
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'res', 'certs')))
print(sys.path) print(sys.path)
includes = ["sip", "re", "json", "logging", includes = ["sip", "re", "json", "logging",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment