From 8feaee2c673a007c39af587f1e9b4d425a6c0794 Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 23 Nov 2016 08:47:24 +0300 Subject: [PATCH 1/1] minor correction of the script --- src/salome_hydro/interpolz_gui.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/salome_hydro/interpolz_gui.py b/src/salome_hydro/interpolz_gui.py index b76ce95..1699841 100644 --- a/src/salome_hydro/interpolz_gui.py +++ b/src/salome_hydro/interpolz_gui.py @@ -189,3 +189,8 @@ class InterpolzDlg( QtGui.QDialog ): When the data is input, the user clicks on "Apply" or "Apply and Close" button to perform the script generation. """ QtGui.QMessageBox.about(self, self.tr("About boundary conditions dialog"), msg); + + +if __name__=='__main__': + dlg = InterpolzDlg() + dlg.show() -- 2.30.2