ó
i4Vdc           @   s]   d  Z  d g Z y0 d d l m Z m Z e Z e d d g 7Z Wn e k
 rX e Z n Xd S(   st  
 This module houses the GeoIP object, a ctypes wrapper for the MaxMind GeoIP(R)
 C API (http://www.maxmind.com/app/c).  This is an alternative to the GPL
 licensed Python GeoIP interface provided by MaxMind.

 GeoIP(R) is a registered trademark of MaxMind, LLC of Boston, Massachusetts.

 For IP-based geolocation, this module requires the GeoLite Country and City
 datasets, in binary format (CSV will not work!).  The datasets may be
 downloaded from MaxMind at http://www.maxmind.com/download/geoip/database/.
 Grab GeoIP.dat.gz and GeoLiteCity.dat.gz, and unzip them in the directory
 corresponding to settings.GEOIP_PATH.
t	   HAS_GEOIPi   (   t   GeoIPt   GeoIPExceptionR   R   N(	   t   __doc__t   __all__t   baseR   R   t   TrueR    t   RuntimeErrort   False(    (    (    so   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/contrib/gis/geoip/__init__.pyt   <module>   s   	