summaryrefslogtreecommitdiffstats
path: root/func/commonconfig.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 13:28:32 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 13:28:32 -0500
commit71ca4184404df52dabfea318e3e0a1ca8c1b4c61 (patch)
tree5a4b69c9b9e38057256624f1c173f59d928487e5 /func/commonconfig.py
parente648895b13205a4669ba9d3ea8756209b6a6d9eb (diff)
parente27f9d8383848d523d301706046c54e99b5f9676 (diff)
downloadthird_party-func-71ca4184404df52dabfea318e3e0a1ca8c1b4c61.tar.gz
third_party-func-71ca4184404df52dabfea318e3e0a1ca8c1b4c61.tar.xz
third_party-func-71ca4184404df52dabfea318e3e0a1ca8c1b4c61.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
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 9b4612e..292eb45 100644
--- a/func/commonconfig.py
+++ b/func/commonconfig.py
@@ -1,4 +1,4 @@
-from config import BaseConfig, BoolOption, IntOption, Option
+from config import BaseConfig, BoolOption, Option
class CMConfig(BaseConfig):
listen_addr = Option('')