From: Gilles DAVID Date: Thu, 22 Jun 2017 11:50:55 +0000 (+0200) Subject: Fix typo and unnecessary import X-Git-Tag: V8_4_0a1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=baa3a437eec9e46bf44530fd7effd5932971fedd;p=tools%2Fmedcoupling.git Fix typo and unnecessary import --- diff --git a/src/INTERP_KERNEL/GaussPoints/CleanUpGauss.py b/src/INTERP_KERNEL/GaussPoints/CleanUpGauss.py index f4658728b..2cf96300f 100644 --- a/src/INTERP_KERNEL/GaussPoints/CleanUpGauss.py +++ b/src/INTERP_KERNEL/GaussPoints/CleanUpGauss.py @@ -18,7 +18,6 @@ # Author : Anthony Geay (EDF R&D) import re -import sys s1=2709 s2=2848 diff --git a/src/MEDCoupling_Swig/MEDCouplingDataArrayTypemaps.i b/src/MEDCoupling_Swig/MEDCouplingDataArrayTypemaps.i index 8f596420d..5da35b90b 100644 --- a/src/MEDCoupling_Swig/MEDCouplingDataArrayTypemaps.i +++ b/src/MEDCoupling_Swig/MEDCouplingDataArrayTypemaps.i @@ -489,7 +489,7 @@ static std::string convertPyObjectToStr(PyObject *obj, const char *msg=NULL) if(msg) oss << msg; else - oss << "PyWrap convertPyObjectToStr : expect a sting like py object !"; + oss << "PyWrap convertPyObjectToStr : expect a string like py object !"; throw INTERP_KERNEL::Exception(oss.str()); } return ret;