Added pyparsing lib to the module.

This commit is contained in:
Jeremy Mack Wright 2016-07-04 15:18:52 -04:00
parent 02bc403c3e
commit 772093d76c
2 changed files with 4134 additions and 1 deletions

4133
CadQuery/Libs/pyparsing.py Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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 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 from qidle.system import embed_package_into_zip
embed_package_into_zip([jedi, pep8, pyqode, pyqode.core, pyqode.python, 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: else:
# remove all pyqode path from sys.path (to make sure the package are # remove all pyqode path from sys.path (to make sure the package are
# imported from the zip archive) # imported from the zip archive)