test_boottest.py: PEP-8 fixes

This commit is contained in:
Martin Pitt 2015-07-31 06:41:25 +02:00
parent 52ae2eca09
commit 69bf766a7a

View File

@ -55,6 +55,7 @@ class TestTouchManifest(unittest.TestCase):
]
self.addCleanup(_p.stop)
self.fetch_retries_orig = boottest.FETCH_RETRIES
def restore_fetch_retries():
boottest.FETCH_RETRIES = self.fetch_retries_orig
boottest.FETCH_RETRIES = 0