Salome HOME
[EDF27859] : In salome test mechanism : explicit python executable.
[tools/medcoupling.git] / src / RENUMBER_Swig / UsersGuideExamplesTest.py
index c4639069f53536c72c0810000b1f9e2ec90b2b72..257ad2ec50ba822c8d24f802b2009bcf801c5f22 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2022  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 
 import sys
 
-if sys.platform == "win32":
-    from MEDCouplingCompat import *
-else:
-    from medcoupling import *
+from medcoupling import *
 
 from math import pi, sqrt