mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
csv compatibility
This commit is contained in:
@@ -27,6 +27,7 @@ if is_py3:
|
||||
from tablib.packages import openpyxl3 as openpyxl
|
||||
from tablib.packages.odf3 import opendocument, style, text, table
|
||||
|
||||
import csv
|
||||
# py3 mappings
|
||||
|
||||
unicode = str
|
||||
@@ -42,4 +43,6 @@ else:
|
||||
from tablib.packages import openpyxl
|
||||
from tablib.packages.odf import opendocument, style, text, table
|
||||
|
||||
from tablib.packages import unicodecsv as csv
|
||||
|
||||
unicode = unicode
|
||||
Reference in New Issue
Block a user