py23: add 'zip' (alias to izip in py2) to __all__
This commit is contained in:
parent
f9f06ecc10
commit
c4950ecc8b
@ -7,7 +7,7 @@ import sys
|
||||
__all__ = ['basestring', 'unicode', 'unichr', 'byteord', 'bytechr', 'BytesIO',
|
||||
'StringIO', 'UnicodeIO', 'strjoin', 'bytesjoin', 'tobytes', 'tostr',
|
||||
'tounicode', 'Tag', 'open', 'range', 'xrange', 'round', 'Py23Error',
|
||||
'SimpleNamespace']
|
||||
'SimpleNamespace', 'zip']
|
||||
|
||||
|
||||
class Py23Error(NotImplementedError):
|
||||
|
Loading…
x
Reference in New Issue
Block a user