11 lines
343 B
Python
11 lines
343 B
Python
# -*- 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' )
|
|
)
|