added stdurl session option

(Boeing r1839)
This commit is contained in:
ahrenholz 2014-04-22 15:23:59 +00:00
parent 57022b7ca6
commit 7bc3fa99a0
2 changed files with 32 additions and 11 deletions

View file

@ -999,6 +999,8 @@ class SessionConfig(ConfigurableManager, Configurable):
'Preserve session dir'),
("enablesdt", coreapi.CONF_DATA_TYPE_BOOL, '0', 'On,Off',
'Enable SDT3D output'),
("sdturl", coreapi.CONF_DATA_TYPE_STRING, '', '',
'SDT3D URL'),
]
_confgroups = "Options:1-%d" % len(_confmatrix)