Whitespace normalization.

This commit is contained in:
Tim Peters 2004-07-08 04:22:35 +00:00
parent 0e43db5baa
commit 27f883687b
15 changed files with 26 additions and 35 deletions

View file

@ -167,7 +167,7 @@ class TestBase_Mapping(unittest.TestCase):
parent = os.path.join(os.pardir, self.mapfilename)
if not os.path.exists(parent):
format = '%s not found, download from %s'
raise test_support.TestSkipped(format %
raise test_support.TestSkipped(format %
(self.mapfilename, self.mapfileurl))
else:
self.mapfilename = parent