|
@@ -16,7 +16,7 @@ LODEL2_CONFSPECS = {
|
16
|
16
|
SettingValidator('strip', none_is_valid = False)), #Bad validator
|
17
|
17
|
'sites_emfile': (None,
|
18
|
18
|
SettingValidator('string', none_is_valid = False)), #Bad validator
|
19
|
|
- 'site_emtranslator': ('picklefile',
|
|
19
|
+ 'sites_emtranslator': ('picklefile',
|
20
|
20
|
SettingValidator('string', none_is_valid = False)), #Bad validator
|
21
|
21
|
},
|
22
|
22
|
'lodel2.server': {
|