creation of ipinfodb backend

This commit is contained in:
Julien Veyssier 2010-11-25 18:52:12 +01:00 committed by Romain Bignon
commit e550acf54c
4 changed files with 105 additions and 1 deletions

View file

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