mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
python 3 fix: map filter to ifilter
This commit is contained in:
@@ -34,6 +34,7 @@ if is_py3:
|
|||||||
from io import StringIO
|
from io import StringIO
|
||||||
# py3 mappings
|
# py3 mappings
|
||||||
|
|
||||||
|
ifilter = filter
|
||||||
unicode = str
|
unicode = str
|
||||||
bytes = bytes
|
bytes = bytes
|
||||||
basestring = str
|
basestring = str
|
||||||
|
|||||||
Reference in New Issue
Block a user