mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
fix imports for 2x
This commit is contained in:
@@ -4,10 +4,10 @@ __VERSION__ = '0.7.2'
|
||||
|
||||
import sys
|
||||
|
||||
from .Workbook import Workbook
|
||||
from .Worksheet import Worksheet
|
||||
from .Row import Row
|
||||
from .Column import Column
|
||||
from .Formatting import Font, Alignment, Borders, Pattern, Protection
|
||||
from .Style import XFStyle, easyxf
|
||||
from .ExcelFormula import *
|
||||
from Workbook import Workbook
|
||||
from Worksheet import Worksheet
|
||||
from Row import Row
|
||||
from Column import Column
|
||||
from Formatting import Font, Alignment, Borders, Pattern, Protection
|
||||
from Style import XFStyle, easyxf
|
||||
from ExcelFormula import *
|
||||
|
||||
Reference in New Issue
Block a user