[Python-checkins] cpython: Typo. (original) (raw)

eric.smith python-checkins at python.org
Tue Mar 15 09:16:49 CET 2011


http://hg.python.org/cpython/rev/55d3289c50f9 changeset: 68494:55d3289c50f9 user: Eric V. Smith <eric at trueblade.com> date: Tue Mar 15 04:16:42 2011 -0400 summary: Typo.

files: Lib/test/test_importhooks.py

diff --git a/Lib/test/test_importhooks.py b/Lib/test/test_importhooks.py --- a/Lib/test/test_importhooks.py +++ b/Lib/test/test_importhooks.py @@ -51,7 +51,7 @@

 def __init__(self, path=test_path):
     if path != test_path:

-- Repository URL: http://hg.python.org/cpython



More information about the Python-checkins mailing list