Whitespace cleanup.

This commit is contained in:
Bastian Kleineidam 2012-08-04 13:39:29 +02:00
parent 6e42487575
commit 99b25d8bca
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class ArchiveTest (unittest.TestCase):
if olddir:
os.chdir(olddir)
shutil.rmtree(tmpdir)
def get_filecontent(filename):
fo = open(filename)