From b6055ab49ee5a605a1228e81885f552924ad998d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 16 Jun 2015 16:44:32 +0200 Subject: tests/test_paths.py: Fix indentation Geany misdetected it as 8 spaces, but it should be 4. Gbp-Dch: ignore --- tests/test_paths.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test_paths.py') diff --git a/tests/test_paths.py b/tests/test_paths.py index 9fb98432..222848f7 100644 --- a/tests/test_paths.py +++ b/tests/test_paths.py @@ -42,10 +42,10 @@ class TestPath(unittest.TestCase): AcquireFile """ with warnings.catch_warnings(record=True) as caught_warnings: - apt_pkg.AcquireFile( - apt_pkg.Acquire(), "http://example.com", - destfile=self.file_bytes, - md5="abcdef") + apt_pkg.AcquireFile( + apt_pkg.Acquire(), "http://example.com", + destfile=self.file_bytes, + md5="abcdef") assert len(caught_warnings) == 1 assert issubclass(caught_warnings[0].category, DeprecationWarning) -- cgit v1.2.3