14 lines
495 B
Python
14 lines
495 B
Python
# -*- Mode:Python; explicit-buffer-name: "etesian.conf<ispd18>" -*-
|
|
|
|
import helpers
|
|
|
|
execfile( helpers.sysConfDir+'/common/etesian.conf' )
|
|
|
|
parametersTable = helpers.overload \
|
|
( parametersTable
|
|
, ( ('etesian.feedNames', TypeString, 'FILL' )
|
|
, ('etesian.cell.zero', TypeString, 'missing_tie_low' )
|
|
, ('etesian.cell.one' , TypeString, 'missing_tie_high')
|
|
)
|
|
)
|