11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
|
# -*- Mode:Python; explicit-buffer-name: "analog.conf<common>" -*-
|
||
|
|
||
|
import helpers
|
||
|
|
||
|
|
||
|
parametersTable = \
|
||
|
( ('analog.techno' , TypeString, 'Analog_technology_has_not_been_set',
|
||
|
{ 'flags':Cfg.Parameter.Flags.NeedRestart|Cfg.Parameter.Flags.MustExist } )
|
||
|
, ('analog.devices', TypeString, helpers.technoDir+'/devices.conf' )
|
||
|
)
|