From 849895f9f94b70d55f3b69db07f23ba93468bca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Thu, 2 Aug 2012 20:10:03 -0300 Subject: Change ipcalc to ipaddr --- pywhoisd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pywhoisd.py') diff --git a/pywhoisd.py b/pywhoisd.py index 4e78564..6572cac 100755 --- a/pywhoisd.py +++ b/pywhoisd.py @@ -2,7 +2,7 @@ import configparser import core -import xml +import model class PyWhoisD(): """Main class. It reads the configuration options and starts the server""" @@ -18,7 +18,7 @@ class PyWhoisD(): def config_data(self): """Config data sources. - Only XML is supported. + At the moment only XML is supported. """ mode = self.config['Storage']['mode'] -- cgit v1.2.3