Salome HOME
1st step.
[modules/med.git] / src / MEDCalculator / Swig / SPythonInterpreter.cxx
index 2b24e5d8acc1e01b18148d4c66a553fc5462eed0..1b0a7f82795c972766f2eab8660e8ec9ced98524 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  CEA/DEN, 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
@@ -25,7 +25,7 @@
 #include <sstream>
 #include <algorithm>
 
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
 
 const char *SPythonInterpreter::INDENT_TOKEN[]={"def","class","for","if","while","try","except"};