don't use .get() with kojiweb options. It is no longer needed.

This commit is contained in:
Mike McLean 2012-05-31 21:49:09 -04:00
parent 7a4f12f927
commit 86abf03fcb
2 changed files with 13 additions and 12 deletions

View file

@ -65,9 +65,10 @@ class Dispatcher(object):
cfgmap = [
#option, type, default
['SiteName', 'string', None],
['KojiHubURL', 'string', None],
['KojiFilesURL', 'string', None],
['KojiHubURL', 'string', 'http://localhost/kojihub'],
['KojiFilesURL', 'string', 'http://localhost/kojifiles'],
['KojiTheme', 'string', None],
['KojiGreeting', 'string', 'Welcome to Koji Web'],
['WebPrincipal', 'string', None],
['WebKeytab', 'string', '/etc/httpd.keytab'],