summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-14 00:47:23 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-14 00:47:23 +0200
commit8413810c46f802490280b0be1beebaaadf1aa9f2 (patch)
tree96a6438fbd87d65b42f5754598c82a584ebf2145 /apt
parentdaaa814658b6d2b8e3e2437fcc625096c46395dd (diff)
downloadpython-apt-8413810c46f802490280b0be1beebaaadf1aa9f2.tar.gz
* Remove any trailing whitespace
Diffstat (limited to 'apt')
-rw-r--r--apt/package.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/apt/package.py b/apt/package.py
index 5adef15c..3ea1105d 100644
--- a/apt/package.py
+++ b/apt/package.py
@@ -639,7 +639,6 @@ class Package(object):
def installedPriority(self):
"""Return the priority (of the installed version).
-
.. deprecated:: 0.7.9
"""
return getattr(self.installed, 'priority', None)
@@ -800,7 +799,7 @@ class Package(object):
contain multiple named variables which will be substitued. These
variables are (src_section, prefix, src_pkg, src_ver). An example is
the Ubuntu changelog::
-
+
"http://changelogs.ubuntu.com/changelogs/pool" \\
"/%(src_section)s/%(prefix)s/%(src_pkg)s" \\
"/%(src_pkg)s_%(src_ver)s/changelog"