Salome HOME
1st step.
[modules/med.git] / src / MEDCalculator / Swig / SPythonInterpreter.cxx
index fe036e3538a7d6b1688625fd152a77c2709c6c6b..1b0a7f82795c972766f2eab8660e8ec9ced98524 100644 (file)
@@ -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"};