summaryrefslogtreecommitdiffstats
path: root/func/commonconfig.py
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2007-09-28 20:34:12 -0400
committerJames Bowes <jbowes@redhat.com>2007-09-28 20:34:12 -0400
commitb67d47a3c496ea26a1c91e6f0247085cc24346c6 (patch)
treee7bf155ad909492f2ab6759b40d4d8e657927549 /func/commonconfig.py
parentfe2993777f86b479bec4e2daf7eef91813537f6d (diff)
downloadthird_party-func-b67d47a3c496ea26a1c91e6f0247085cc24346c6.tar.gz
third_party-func-b67d47a3c496ea26a1c91e6f0247085cc24346c6.tar.xz
third_party-func-b67d47a3c496ea26a1c91e6f0247085cc24346c6.zip
Remove unused imports
Diffstat (limited to 'func/commonconfig.py')
-rw-r--r--func/commonconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/commonconfig.py b/func/commonconfig.py
index ab02082..559c290 100644
--- a/func/commonconfig.py
+++ b/func/commonconfig.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-from config import BaseConfig, BoolOption, IntOption, Option, ConfigError, read_config, ListOption
+from config import BaseConfig, BoolOption, IntOption, Option
class CMConfig(BaseConfig):
listen_addr = Option('')