Fixed path

This commit is contained in:
Davis King 2018-01-21 21:41:28 -05:00
parent 21ce4f9803
commit d21b1fb7d9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import sys, os
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../../../python_examples'))
sys.path.insert(0, os.path.abspath('../../../build/lib.linux-x86_64-2.7'))
import generate_dlib_listing
generate_dlib_listing.make_listing_files()