From: Benjamin Peterson Date: Tue, 27 Apr 2010 21:15:28 +0000 (+0000) Subject: fix comment X-Git-Tag: v2.7b2~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e9cc5efed5d03789d8d5bd1dd13478bf2f23baa;p=thirdparty%2FPython%2Fcpython.git fix comment --- diff --git a/Lib/_pyio.py b/Lib/_pyio.py index cafc51ccc765..aea9a2eb2989 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -9,7 +9,7 @@ import os import abc import codecs import warnings -# Import _thread instead of threading to reduce startup cost +# Import thread instead of threading to reduce startup cost try: from thread import allocate_lock as Lock except ImportError: