Skip to content

Commit d79275b

Browse files
committed
WIP
1 parent fa0592d commit d79275b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

som_switching/__terp__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
'wizard/wizard_create_atc_from_polissa.xml',
4545
'giscedata_atc_view.xml',
4646
'wizard/giscedata_switching_wizard_b1.xml',
47-
'wizard/wizard_close_obsolete_cases.xml',
47+
'wizard/wizard_close_obsolete_cases.xml'
48+
'wizard/giscedata_switching_log_reexport_wizard_view.xml',
49+
4850
],
4951
"active": False,
5052
"installable": True

som_switching/tests/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
from tests_wizard_switching_b1 import *
99
from tests_wizard_import_atr_and_f1 import *
1010
from tests_unlink_atc import *
11-
from tests_wizard_validate_d101 import *
11+
from tests_wizard_validate_d101 import *
12+
from tests_wizard_reexport_log import *

som_switching/wizard/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
import giscedata_switching_wizard_b1
1111
import wizard_import_atr_and_f1
1212
import wizard_close_obsolete_cases
13-
import wizard_validate_d101
13+
import wizard_validate_d101
14+
import giscedata_switching_log_reexport_wizard

0 commit comments

Comments
 (0)