diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-01-12 17:01:34 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-01-12 17:01:34 +0100 |
| commit | 2e4443bbd9872f5599c9a8eb93a65d6c34c83ca2 (patch) | |
| tree | 86e6f869f2f0e59f99df0f49f679dcd7eeba5255 /doc/source/examples | |
| parent | eb32fb89da3e3e1ff4a9668aaed6d533f04e9ee7 (diff) | |
| download | python-apt-2e4443bbd9872f5599c9a8eb93a65d6c34c83ca2.tar.gz | |
Cleanup: Comparisons to True/False, ==/!= None, deprecated modules
Diffstat (limited to 'doc/source/examples')
| -rw-r--r-- | doc/source/examples/missing-deps.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/examples/missing-deps.py b/doc/source/examples/missing-deps.py index 0870eb98..3ca16e45 100644 --- a/doc/source/examples/missing-deps.py +++ b/doc/source/examples/missing-deps.py @@ -10,6 +10,7 @@ def fmt_dep(dep): ret += " (%s %s)" % (dep.CompType, dep.TargetVer) return ret + def check_version(pkgver): """Check the version of the package""" missing = [] |
