summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2014-02-22 19:04:52 +0100
committerJulian Andres Klode <jak@debian.org>2014-02-22 19:04:52 +0100
commit208d276e21daeb0976f749f7c2deeab58bd2dd95 (patch)
treeb3c526be21709ea06e0c99a6be754fe9a269590c
parent002cd5cb0e6a9d0e20fff877b81f43b037346e8f (diff)
downloadpython-apt-208d276e21daeb0976f749f7c2deeab58bd2dd95.tar.gz
tests/test_policy.py: Fix comment to conform to PEP8
-rw-r--r--tests/test_policy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_policy.py b/tests/test_policy.py
index 27d69e4b..e9ea151f 100644
--- a/tests/test_policy.py
+++ b/tests/test_policy.py
@@ -13,7 +13,7 @@ import unittest
class TestAptPolicy(unittest.TestCase):
def test_apt_policy_lowlevel(self):
- return # TODO: Make tests independent of system state
+ return # TODO: Make tests independent of system state
# get a policy
cache = apt.Cache()
policy = cache._depcache.policy
@@ -30,7 +30,7 @@ class TestAptPolicy(unittest.TestCase):
self.assertTrue(policy.get_priority(pkgfile) < 1001)
def test_apt_policy_highlevel(self):
- return # TODO: Make tests independent of system state
+ return # TODO: Make tests independent of system state
cache = apt.Cache()
pkg = cache["apt"]
self.assertTrue(pkg.candidate.policy_priority > 1 and