diff options
| author | Tim Peters <tim.peters@gmail.com> | 2007-03-12 18:07:52 (GMT) |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2007-03-12 18:07:52 (GMT) |
| commit | ea5962f86e8550978446724dadcacd60e03feef2 (patch) | |
| tree | a133c011e4a81da13347903bd8d99ef1e2ddf898 /Lib/test/test_import.py | |
| parent | cb637c9ea341b5b1fe94eec78085d2851119161d (diff) | |
| download | cpython-ea5962f86e8550978446724dadcacd60e03feef2.zip cpython-ea5962f86e8550978446724dadcacd60e03feef2.tar.gz cpython-ea5962f86e8550978446724dadcacd60e03feef2.tar.bz2 | |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_import.py')
| -rw-r--r-- | Lib/test/test_import.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py index cc932a2..a061a40 100644 --- a/Lib/test/test_import.py +++ b/Lib/test/test_import.py @@ -192,11 +192,11 @@ class ImportTest(unittest.TestCase): remove_files(TESTFN) if TESTFN in sys.modules: del sys.modules[TESTFN] - + def test_infinite_reload(self): # Bug #742342 reports that Python segfaults (infinite recursion in C) # when faced with self-recursive reload()ing. - + sys.path.insert(0, os.path.dirname(__file__)) try: import infinite_reload |
