summaryrefslogtreecommitdiff
path: root/tests/test_aptsources.py
diff options
context:
space:
mode:
authorBen Finney <ben@benfinney.id.au>2008-05-16 14:58:00 +1000
committerBen Finney <ben@benfinney.id.au>2008-05-16 14:58:00 +1000
commitb147f1846cd26ab25ad925105f52421992395918 (patch)
treef1cb14ef290ab7ef91668b1b2a6f1a1bf41d3329 /tests/test_aptsources.py
parent44faadf294230dc6384b309b06089520d562f199 (diff)
downloadpython-apt-b147f1846cd26ab25ad925105f52421992395918.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'tests/test_aptsources.py')
-rw-r--r--tests/test_aptsources.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_aptsources.py b/tests/test_aptsources.py
index 3ee106be..734503d2 100644
--- a/tests/test_aptsources.py
+++ b/tests/test_aptsources.py
@@ -55,7 +55,7 @@ class TestAptSources(unittest.TestCase):
"multiverse" in entry.comps):
found = True
self.assertTrue(found)
- # test to add something new: multiverse *and*
+ # test to add something new: multiverse *and*
# something that is already there
before = copy.deepcopy(sources)
sources.add("deb","http://de.archive.ubuntu.com/ubuntu/",
@@ -89,7 +89,7 @@ class TestAptSources(unittest.TestCase):
#print dist_templates
for d in ["edgy","edgy-security","edgy-updates","hoary","breezy", "breezy-backports"]:
self.assertTrue(d in dist_templates)
- # test enable
+ # test enable
comp = "restricted"
distro.enable_component(sources, comp)
found = {}