diff options
| author | Julian Andres Klode <jak@debian.org> | 2014-01-06 13:59:50 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2014-01-06 14:02:25 +0100 |
| commit | 38804bc141cf98a0d3538bde692660de2de3b037 (patch) | |
| tree | 40848bee24c33e5c6f87d0a5752b65fd0f3dd44f /apt | |
| parent | 86b1fa71cf952c5f4aae1cabef332ba0d4f5885c (diff) | |
| download | python-apt-38804bc141cf98a0d3538bde692660de2de3b037.tar.gz | |
apt, doc: Fix the list of comp_type values
Reported-by: Michael Schaller <michael@5challer.de>
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/package.py b/apt/package.py index 34c1b91e..efe4d83e 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. |
