less compat reliance

This commit is contained in:
Kenneth Reitz
2011-05-13 00:29:51 -04:00
parent a60e2f132e
commit f30e760657
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -42,7 +42,6 @@ from .shared.date_time import SharedDate
from .shared.exc import CellCoordinatesException, \
ColumnStringIndexException, DataTypeException
from .style import NumberFormat
from ...compat import basestring, unicode
# constants
COORD_RE = re.compile('^[$]?([A-Z]+)[$]?(\d+)$')
@@ -31,8 +31,7 @@ from ....compat import BytesIO as StringIO
import warnings
import operator
from functools import partial
from ....compat import ifilter, xrange
from itertools import groupby
from itertools import groupby, ifilter
from ..worksheet import Worksheet
from ..cell import coordinate_from_string, get_column_letter, Cell
from ..reader.excel import get_sheet_ids