diff options
| author | Sebastian Heinlein <devel@glatzor.de> | 2012-06-05 15:07:49 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <devel@glatzor.de> | 2012-06-05 15:07:49 +0200 |
| commit | 6dede8b69926de6c72ff9d21e39570081cba7b41 (patch) | |
| tree | f0314c312e3428fe63180de588f59e7bb9552a72 /tests | |
| parent | 56be4293b0e639b58904d1d86dd46f8767d36728 (diff) | |
| parent | a8ec7c4c6430e69953ea8f8f3925d1b0fb4ac63a (diff) | |
| download | python-apt-6dede8b69926de6c72ff9d21e39570081cba7b41.tar.gz | |
Merge mvos enhancements
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_auth.py | 6 |
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.""" |
