by default export all modules

Change-Id: Ie4a1695c98d53072e52bf6948ab28ecf7f7aa9e1
Reviewed-on: https://forge.frm2.tum.de/review/19200
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Tested-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
Enrico Faulhaber 2018-10-15 14:26:59 +02:00
parent 21fa01ff03
commit 19854ecea1

View File

@ -61,6 +61,7 @@ class Module(object):
# note: so far all properties are STRINGS
# note: only the properties defined here are allowed to be set in the cfg file
properties = {
'export': True, # should be exported remotely?
'group': None, # some Modules may be grouped together
'description': "Short description of this Module class and its functionality.",