new module ipapi for CapGeolocIp

This commit is contained in:
Julien Veyssier 2015-02-21 16:22:54 +01:00 committed by Romain Bignon
commit 96c7dab513
4 changed files with 95 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from .module import IpapiModule
__all__ = ['IpapiModule']