From 7f7ad0d97d3bd4a9e2598e4ac779f0c266913225 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Tue, 1 Nov 2011 15:34:27 +0000 Subject: [PATCH] add vpicc to python path git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@601 96b47cad-a561-4643-ad3b-153ac7d7599c --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 6e2bc02..5803aae 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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, # 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('../virtualsmartcard/src/vpicc')) # -- General configuration -----------------------------------------------------