From 19854ecea16c69c8d1d93a9e3f393d07b0652adc Mon Sep 17 00:00:00 2001 From: Enrico Faulhaber Date: Mon, 15 Oct 2018 14:26:59 +0200 Subject: [PATCH] by default export all modules Change-Id: Ie4a1695c98d53072e52bf6948ab28ecf7f7aa9e1 Reviewed-on: https://forge.frm2.tum.de/review/19200 Reviewed-by: Enrico Faulhaber Tested-by: Enrico Faulhaber --- secop/modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/secop/modules.py b/secop/modules.py index e6c7a7b..afec2c4 100644 --- a/secop/modules.py +++ b/secop/modules.py @@ -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.",