Salome HOME
Copyrights update 2015.
[modules/smesh.git] / src / Tools / MeshCut / meshcut_plugin.py
index 271b4b1517789d3162d44647e6ae0ed73c552dcc..f140d77b567698a8ac786233bcc452dccd42b03d 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2006-2013  EDF R&D
+# Copyright (C) 2006-2015  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -33,7 +33,7 @@ def MeshCut(context):
   from PyQt4 import QtGui
   from PyQt4.QtGui import QFileDialog
   from PyQt4.QtGui import QMessageBox
-  from MeshCutDialog import Ui_Dialog
+  from MeshCutDialog_ui import Ui_Dialog
   
   class CutDialog(QtGui.QDialog):