Added pyparsing lib to the module.
This commit is contained in:
parent
02bc403c3e
commit
772093d76c
4133
CadQuery/Libs/pyparsing.py
Normal file
4133
CadQuery/Libs/pyparsing.py
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -15,7 +15,7 @@ if len(sys.argv) == 2 and sys.argv[1] == 'gen':
|
|||
import jedi, pep8, pyqode, pyqode.core, pyqode.python, pyqode.qt, pygments, frosted, pies, builtins, future, pyflakes, docutils, pint
|
||||
from qidle.system import embed_package_into_zip
|
||||
embed_package_into_zip([jedi, pep8, pyqode, pyqode.core, pyqode.python,
|
||||
pyqode.qt, pygments, pyflakes, builtins, future, docutils, pint], ZIP)
|
||||
pyqode.qt, pygments, pyflakes, builtins, future, docutils, pint, pyparsing], ZIP)
|
||||
else:
|
||||
# remove all pyqode path from sys.path (to make sure the package are
|
||||
# imported from the zip archive)
|
||||
|
|
Loading…
Reference in New Issue
Block a user