Commit c262a1f5 authored by Guido van Rossum's avatar Guido van Rossum

Add __all__. (Brett Cannon.)

parent e39a80c3
......@@ -7,6 +7,8 @@ import traceback
import StringIO
# Rename some stuff so "from threading import *" is safe
__all__ = ['activeCount', 'Condition', 'currentThread', 'enumerate', 'Event',
'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer']
_sys = sys
del sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment