diff options
author | Tim Peters <tim.peters@gmail.com> | 2007-01-30 03:03:46 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2007-01-30 03:03:46 +0000 |
commit | f733abb7831d6566cb0fccd0550d58ec3b7f05a4 (patch) | |
tree | 4466e9eccc1b441e60841c16d48915f20216178e /Lib/test/test_old_mailbox.py | |
parent | 15c1fe5047f94942f1e784ac7614f9f5370adb47 (diff) | |
download | cpython-git-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_old_mailbox.py')
-rw-r--r-- | Lib/test/test_old_mailbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_old_mailbox.py b/Lib/test/test_old_mailbox.py index c8f6bac64b..7bd555758a 100644 --- a/Lib/test/test_old_mailbox.py +++ b/Lib/test/test_old_mailbox.py @@ -116,7 +116,7 @@ class MboxTestCase(unittest.TestCase): def tearDown(self): os.unlink(self._path) - + def test_from_regex (self): # Testing new regex from bug #1633678 f = open(self._path, 'w') |