relocate ccds files

Former-commit-id: bda020d43d
pull/1161/head
edgarriba 2015-11-20 10:07:40 +00:00
rodzic c14526c12f
commit 9dd14a1f39
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ scripts_path = os.path.abspath(os.path.dirname(__file__))
root_path, _ = os.path.split(scripts_path)
superbuild_path = os.path.join(root_path, 'SuperBuild')
ccd_widths_path = os.path.join(root_path, 'ccd_defs.json')
ccd_widths_path = os.path.join(root_path, 'data/ccd_defs.json')
# add opencv to python path
pyopencv_path = os.path.join(superbuild_path, 'install/lib/python2.7/dist-packages')