From 99b25d8bcabb0786442d680d998f644ca66b4ab0 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 4 Aug 2012 13:39:29 +0200 Subject: [PATCH] Whitespace cleanup. --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index f36395f..a933613 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -209,7 +209,7 @@ class ArchiveTest (unittest.TestCase): if olddir: os.chdir(olddir) shutil.rmtree(tmpdir) - + def get_filecontent(filename): fo = open(filename)