fix imports for 2x

This commit is contained in:
Kenneth Reitz
2011-03-23 04:04:03 -04:00
parent 5dce600969
commit 63348d883b
+7 -7
View File
@@ -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 *