add vpicc to python path

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@601 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-11-01 15:34:27 +00:00
parent f63baa9044
commit 7f7ad0d97d

View File

@@ -22,7 +22,7 @@ os.system("make doc -C pcsc-relay >/dev/null")
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # 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. # 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('../virtualsmartcard/src/vpicc'))
# -- General configuration ----------------------------------------------------- # -- General configuration -----------------------------------------------------