From 1ef0777d668a6bde0eb592928996a08570864c3f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 6 Jan 2014 16:08:05 +0100 Subject: Unify list of comparison type values everywhere They are now ordered and include the != and < operators in all cases. --- apt/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt') 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. -- cgit v1.2.3