2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

where did that space come from

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@353 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
Jelte Jansen
2009-12-04 18:01:33 +00:00
parent b49e1991f7
commit 06726eb3ab

View File

@@ -163,7 +163,7 @@ class ConfigData:
class UIConfigData():
def __init__(self, name, cc):
self.module_name = name
data_spec = sel f.get_data_specification(cc)
data_spec = self.get_data_specification(cc)
self.config = ConfigData(data_spec)
self.get_config_data(cc)
self.config_changes = {}