PY3: Use six imports for generator and xrange

This commit is contained in:
Kelsey Jordahl
2014-04-16 14:53:02 -04:00
parent a16291b353
commit 08e4be9f6c
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ from matplotlib.pyplot import Artist, savefig, clf
from matplotlib.testing.noseclasses import ImageComparisonFailure
from matplotlib.testing.compare import compare_images
from shapely.geometry import Polygon, LineString, Point
from six.moves import xrange
from geopandas import GeoSeries