Commit 2d6d809e authored by Christian Ledermann's avatar Christian Ledermann

do not import geometries in __init__.py as they are imported from PyGeoIf or...

do not import geometries in __init__.py as they are imported from PyGeoIf or Shapely which may not be available (e.g for buildout)
parent 894afc17
......@@ -15,10 +15,6 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from geometry import Point, LineString, Polygon
from geometry import MultiPoint, MultiLineString, MultiPolygon
from geometry import LinearRing
from kml import KML, Document, Folder, Placemark
from kml import TimeSpan, TimeStamp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment