diff options
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'] |