diff options
author | Raúl Benencia <rbenencia@linti.unlp.edu.ar> | 2012-08-02 20:10:03 -0300 |
---|---|---|
committer | Raúl Benencia <rbenencia@linti.unlp.edu.ar> | 2012-08-02 20:10:03 -0300 |
commit | 849895f9f94b70d55f3b69db07f23ba93468bca4 (patch) | |
tree | abf258d1fdf369d8ecba8fa22f2d375a0c070b59 /pywhoisd.py | |
parent | 4d30bf280dbdb68ad72e01e911bf039b48ccb869 (diff) |
Change ipcalc to ipaddr
Diffstat (limited to 'pywhoisd.py')
-rwxr-xr-x | pywhoisd.py | 4 |
1 files changed, 2 insertions, 2 deletions
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'] |