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:
@@ -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 = {}
|
||||
|
Reference in New Issue
Block a user