summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-31 23:18:43 +0100
committerMichael Vogt <mvo@debian.org>2014-01-05 20:04:26 +0100
commite3c26754af1891d2c50993730467fc9335ec5f09 (patch)
treea4caaa2974ef7108807a790885c7b560f900a783 /doc/source
parenteac4d047d8774def55b03cb82d505d237d93ea55 (diff)
downloadpython-apt-e3c26754af1891d2c50993730467fc9335ec5f09.tar.gz
make pyflakes clean
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index bdf0579b..163f5074 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -26,6 +26,7 @@ if os.path.exists("../../build"):
sys.path.insert(0, os.path.abspath(os.path.dirname(apt_pkg_path)))
try:
import apt_pkg
+ apt_pkg # pyflakes
except ImportError as exc:
# Not the correct version
sys.stderr.write('W: Ignoring error %s\n' % exc)