diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2014-11-08 11:49:45 +0000 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2014-11-08 11:49:45 +0000 |
| commit | 5a3863030fd4fe6b4a016114f9e4cd9da8e13216 (patch) | |
| tree | b9c666c9079e6636a3f8b5162410797a1fe01193 /testtools/compat.py | |
| parent | 42691a1fa4391ff7438a7d4e7bedf49811e2fb1b (diff) | |
| download | testtools-5a3863030fd4fe6b4a016114f9e4cd9da8e13216.tar.gz | |
Update testtools.compat.__all__.
Remove references to functions that have been removed in
deedadf3750c16c2f26c5680a158ac96ca10ccd6 from __all__.
Diffstat (limited to 'testtools/compat.py')
| -rw-r--r-- | testtools/compat.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testtools/compat.py b/testtools/compat.py index 226a22b..684c8b3 100644 --- a/testtools/compat.py +++ b/testtools/compat.py @@ -7,10 +7,8 @@ __all__ = [ '_b', '_u', 'advance_iterator', - 'all', 'BytesIO', 'classtypes', - 'isbaseexception', 'istext', 'str_is_unicode', 'StringIO', |
