diff --git a/lymask/menu.py b/lymask/menu.py index 75763e6..3f7a26d 100644 --- a/lymask/menu.py +++ b/lymask/menu.py @@ -49,6 +49,7 @@ def wrapped(): gui_main(dataprep_file) return _gen_new_action(wrapped) + def _gen_drc_action(drc_file): def wrapped(): gui_drc_main(drc_file) diff --git a/lymask/utilities.py b/lymask/utilities.py index b33f825..3df893a 100644 --- a/lymask/utilities.py +++ b/lymask/utilities.py @@ -3,7 +3,7 @@ import yaml from lygadgets import isGUI, pya, message, message_loud, lyp_to_layerlist, patch_environment from lygadgets.technology import Technology, klayout_last_open_technology -from lygadgets.gui_objects import gui_active_technology +from lygadgets.gui_objects import gui_view, gui_active_technology class objview(dict):