Update to the cadquery module, which should be set up as a submodule eventually.

This commit is contained in:
Jeremy Wright 2014-12-05 00:19:32 -05:00
parent 9b9d75db2e
commit e1fd840dd7

View File

@ -37,6 +37,7 @@ def _fc_path():
os.path.join(os.path.expanduser("~"), "lib/freecad/lib"),
"/usr/local/lib/freecad/lib",
"/usr/lib/freecad/lib",
"/usr/bin/freecad/lib",
]:
if os.path.exists(_PATH):
return _PATH