creation of geolocip2 backend which uses www.geolocip.com website

This commit is contained in:
Julien Veyssier 2010-11-25 15:46:40 +01:00
commit 1e51145ef5
3 changed files with 95 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from .backend import GeolocIp2Backend
__all__ = ['GeolocIp2Backend']