summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-06-05 11:39:40 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-06-05 11:39:40 +0200
commit621372f543a4d0547f3637889da11665b628df14 (patch)
treee940512e676fa6ff4bc9aab99e9907648ea72c9c /tests
parent56be4293b0e639b58904d1d86dd46f8767d36728 (diff)
downloadpython-apt-621372f543a4d0547f3637889da11665b628df14.tar.gz
pep8 fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/test_auth.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py
index e9906f56..7ecebb7b 100644
--- a/tests/test_auth.py
+++ b/tests/test_auth.py
@@ -125,9 +125,9 @@ class TestAuthKeys(unittest.TestCase):
os.makedirs(trustedparts_dir)
def _restore_apt_config(self, cnf):
- """Restore previous apt configuration."""
- for item in cnf:
- apt_pkg.config.set(item, cnf[item])
+ """Restore previous apt configuration."""
+ for item in cnf:
+ apt_pkg.config.set(item, cnf[item])
def testAddAndExportKey(self):
"""Add an example key."""