diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-10 18:20:56 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-10 18:20:56 +0100 |
| commit | 9a7ba43318252998aef48b04949f036ac4667042 (patch) | |
| tree | c87be2fbc36d6e4ad393450e3eda76a46db13f33 /doc | |
| parent | b0c7c1ab8c33d8f4c7dae341ac9c74bb7bc1c699 (diff) | |
| parent | 660c5bbf9d2793a392572e1c23eb36b4e9298792 (diff) | |
| download | python-apt-9a7ba43318252998aef48b04949f036ac4667042.tar.gz | |
merged from the mvo branch, added changelog from Michael Bienia
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 18c8642e..8fbf2c11 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,7 @@ if os.path.exists("../../build"): sys.path.insert(0, os.path.abspath(os.path.dirname(apt_pkg_path))) try: import apt_pkg - except ImportError, exc: + except ImportError as exc: # Not the correct version sys.stderr.write('W: Ignoring error %s\n' % exc) sys.path.pop(0) |
