removed __all__ from several modules

This commit is contained in:
Skip Montanaro 2001-02-18 03:30:53 +00:00
parent 1ca2ed35e0
commit 78349072f7
16 changed files with 0 additions and 63 deletions

View file

@ -12,8 +12,6 @@ Of course, no multi-threading is implied -- hence the funny interface
for lock, where a function is called once the lock is aquired.
"""
__all__ = ["mutex"]
class mutex:
def __init__(self):
"""Create a new mutex -- initially unlocked."""