Issue #2364 Moved import in python method
Change-Id: Id5ccb072140259866d387765836e8fb4887d5283 Former-commit-id:74abb52240
[formerly616ee390d2
] [formerlyc5bb45f380
] [formerly74abb52240
[formerly616ee390d2
] [formerlyc5bb45f380
] [formerlya5631d0132
[formerlyc5bb45f380
[formerly 6710f93ec44b23d2af4c708af3127ef6f564777c]]]] Former-commit-id:a5631d0132
Former-commit-id:0880f581e4
[formerly23725d7aaa
] [formerly efd50a2f1baccafc55fa36814e48f9d9a7e3b2a0 [formerlyedfc6531c5
]] Former-commit-id: 7fc3b641bf21bda77998f1338a1bbfd86b2ee097 [formerly450d8ef777
] Former-commit-id:114c778c57
This commit is contained in:
parent
55d9faa019
commit
e8f38f1994
1 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@ import HazardUtils
|
|||
import VTECTable
|
||||
import LogStream
|
||||
import numpy
|
||||
from MessageBox import MessageBox
|
||||
|
||||
|
||||
from HazardUtils import MODEL
|
||||
from HazardUtils import ELEMENT
|
||||
|
@ -255,7 +255,8 @@ class Procedure(SmartScript.SmartScript):
|
|||
##
|
||||
# Displays a dialog box and queries the user to continue to merge or
|
||||
# abort the merge
|
||||
def displayDialog(self, message):
|
||||
def displayDialog(self, message):
|
||||
from MessageBox import MessageBox
|
||||
messageBox = MessageBox(style=MessageBox.ICON_WARNING)
|
||||
messageBox.setText("MakeHazard")
|
||||
messageBox.setMessage(message)
|
||||
|
|
Loading…
Add table
Reference in a new issue