DebugClients/Python/DebugClientThreads.py

changeset 1820
3504f8175816
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
diff -r cfcfd617216a -r 3504f8175816 DebugClients/Python/DebugClientThreads.py
--- a/DebugClients/Python/DebugClientThreads.py	Sun Apr 29 16:42:02 2012 +0200
+++ b/DebugClients/Python/DebugClientThreads.py	Sun Apr 29 16:50:49 2012 +0200
@@ -43,8 +43,8 @@
 _original_start_thread = thread.start_new_thread
 thread.start_new_thread = _debugclient_start_new_thread
 
-# NOTE: import threading here AFTER above hook, as threading cache's
-# thread._start_new_thread.
+# Note: import threading here AFTER above hook, as threading cache's
+#       thread._start_new_thread.
 from threading import RLock
 
 

eric ide

mercurial