diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-01-15 18:47:00 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-01-15 18:47:00 +0100 |
| commit | 4f3788456a453c132c130f9beb570bbe33c47904 (patch) | |
| tree | db97796901b4d353ba646d6802f4ce3b104dde27 /doc | |
| parent | a96a29c928f63a2ef6fab9705c81120685f1818d (diff) | |
| download | python-apt-4f3788456a453c132c130f9beb570bbe33c47904.tar.gz | |
doc/source/conf.py: Fix documentation in debugging variants of Python.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 85ce61d8..5f82d5eb 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ import sys # Find the path to the built apt_pkg and apt_inst extensions if os.path.exists("../../build"): version = '.'.join(str(x) for x in sys.version_info[:2]) - for apt_pkg_path in glob.glob('../../build/lib*%s/apt_pkg.so' % version): + for apt_pkg_path in glob.glob('../../build/lib*%s/*.so' % version): sys.path.insert(0, os.path.abspath(os.path.dirname(apt_pkg_path))) try: import apt_pkg |
