[Python-checkins] r63629 - sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py

georg.brandl python-checkins at python.org
Sun May 25 14:34:14 CEST 2008


Author: georg.brandl
Date: Sun May 25 14:34:13 2008
New Revision: 63629

Log:
Fixer entry for dummy_thread.


Modified:
   sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py

Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py	(original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py	Sun May 25 14:34:13 2008
@@ -145,6 +145,11 @@
                        'error', 'exit', 'exit_thread', 'get_ident',
                        'interrupt_main', 'stack_size', 'start_new',
                        'start_new_thread']),
+           'dummy_thread': ('_dummy_thread',
+                      ['LockType', '_local', 'allocate', 'allocate_lock',
+                       'error', 'exit', 'exit_thread', 'get_ident',
+                       'interrupt_main', 'stack_size', 'start_new',
+                       'start_new_thread']),
 }
 
 


More information about the Python-checkins mailing list