Files
tablib/tablib/formats
Thomas Anthony b3485ec942 Fixed a compatibility bug for Python 3 by adding xrange to
compat.py.

The code in tablib/formats/_xls.py used xrange in parsing excel spreadsheets.
xrange is not a builtin for Python 3, so I've added
	xrange = range
in compat.py and imported it in tablib/formats/_xls.py.
2015-05-26 20:06:42 -07:00
..
2014-08-21 22:06:42 -07:00
2014-08-21 22:06:42 -07:00
2014-04-19 12:41:21 -03:00
2012-06-08 14:10:43 +07:00
2012-06-08 14:10:43 +07:00
2013-08-27 11:57:43 -04:00