mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-11 12:10:59 +08:00
PY26: Use local unittest that gets unittest2 for python 2.6
This commit is contained in:
+1
-2
@@ -1,11 +1,10 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
import unittest
|
||||
|
||||
import fiona
|
||||
|
||||
from geopandas import GeoDataFrame, read_postgis, read_file
|
||||
import tests.util
|
||||
from .util import unittest
|
||||
|
||||
class TestIO(unittest.TestCase):
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user