summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2014-01-06 16:08:05 +0100
committerJulian Andres Klode <jak@debian.org>2014-01-06 16:09:43 +0100
commit1ef0777d668a6bde0eb592928996a08570864c3f (patch)
tree856e409721ba74993320e090294801a1b83cd6ab /apt
parent38804bc141cf98a0d3538bde692660de2de3b037 (diff)
downloadpython-apt-1ef0777d668a6bde0eb592928996a08570864c3f.tar.gz
Unify list of comparison type values everywhere
They are now ordered and include the != and < operators in all cases.
Diffstat (limited to 'apt')
-rw-r--r--apt/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/package.py b/apt/package.py
index efe4d83e..78b10af4 100644
--- a/apt/package.py
+++ b/apt/package.py
@@ -65,7 +65,7 @@ class BaseDependency(object):
Attributes defined here:
name - The name of the dependency
- relation - The relation (>,>=,=,!=,<,<=,)
+ relation - The relation (<,<=,=,!=,>=,>,)
version - The version depended on
rawtype - The type of the dependendy (e.g. 'Recommends')
pre_depend - Boolean value whether this is a pre-dependency.