ó
®â0_c           @   s  d  Z  d d l m Z m Z m Z m Z d d l m Z d d l m	 Z	 m
 Z
 d d l m Z m Z m Z d d l m Z m Z m Z m Z d d l m Z m Z d d l m Z m Z d d	 l m Z d d
 l m Z y e ƒ  d d k Z Wn e k
 re  Z n Xd S(   s–   
The GeoDjango GEOS module.  Please consult the GeoDjango documentation
for more details: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geos/
i   (   t   GeometryCollectiont   MultiLineStringt
   MultiPointt   MultiPolygon(   t   GEOSException(   t   fromfilet   fromstr(   t   GEOSGeometryt	   hex_regext	   wkt_regex(   t	   WKBReadert	   WKBWritert	   WKTReadert	   WKTWriter(   t   geos_versiont   geos_version_info(   t
   LinearRingt
   LineString(   t   Point(   t   Polygont   versions   3.3.0N(!   t   __doc__t   collectionsR    R   R   R   t   errorR   t   factoryR   R   t   geometryR   R   R	   t   ioR
   R   R   R   t   libgeosR   R   t
   linestringR   R   t   pointR   t   polygonR   t   HAS_GEOSt   ImportErrort   False(    (    (    sB   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/gis/geos/__init__.pyt   <module>   s   ""