X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FKERNEL_PY%2Fomnipatch.py;h=d39c60469600d56d38b605fe40377eef98102db9;hb=4b14a3f48efda72f90b88c78c6ae02153631dfd6;hp=29dd1e4f8929274a5ea28719948a73e481732376;hpb=d9ed049b89cfff4d8d96f0247ac5f2ec0200e3d0;p=modules%2Fkernel.git diff --git a/src/KERNEL_PY/omnipatch.py b/src/KERNEL_PY/omnipatch.py index 29dd1e4f8..d39c60469 100644 --- a/src/KERNEL_PY/omnipatch.py +++ b/src/KERNEL_PY/omnipatch.py @@ -41,7 +41,7 @@ shared_imported={} # Function to return a Python module for the required IDL module name def openModule(mname, fname=None): # Salome modification start - # Be sure to use the right module dictionnary + # Be sure to use the right module dictionary import sys # Salome modification end @@ -87,7 +87,7 @@ def openModule(mname, fname=None): # already exist def newModule(mname): # Salome modification start - # Be sure to use the right module dictionnary + # Be sure to use the right module dictionary import sys # Salome modification end @@ -117,7 +117,7 @@ def newModule(mname): # partial module map def updateModule(mname): # Salome modification start - # Be sure to use the right module dictionnary + # Be sure to use the right module dictionary import sys # Salome modification end if mname in _partialModules: