xlwrt3 if python 3

This commit is contained in:
Kenneth Reitz
2011-03-23 01:56:57 -04:00
parent 42700f98a5
commit 1429b9f8c4
+1 -1
View File
@@ -8,7 +8,7 @@ import sys
try:
if sys.version_info.major > 2:
import xlwt3 as wlwt3
import xlwt3 as xlwt
else:
import xlwt
except ImportError: