diff options
Diffstat (limited to 'Lib/UserList.py')
-rw-r--r-- | Lib/UserList.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/UserList.py b/Lib/UserList.py index 6867332..ee26589 100644 --- a/Lib/UserList.py +++ b/Lib/UserList.py @@ -1,7 +1,5 @@ """A more or less complete user-defined wrapper around list objects.""" -__all__ = ["UserList"] - class UserList: def __init__(self, initlist=None): self.data = [] |