From: rahuel Date: Thu, 11 Mar 2004 08:24:44 +0000 (+0000) Subject: Remove of internal/private method GetComputerPath X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d9c3ce80612fe2773a9bbcf6183f92105f35596e;p=modules%2Fkernel.git Remove of internal/private method GetComputerPath --- diff --git a/src/LifeCycleCORBA/LifeCycleCORBA.py b/src/LifeCycleCORBA/LifeCycleCORBA.py index 5c86b2525..f1898b253 100644 --- a/src/LifeCycleCORBA/LifeCycleCORBA.py +++ b/src/LifeCycleCORBA/LifeCycleCORBA.py @@ -116,12 +116,12 @@ class LifeCycleCORBA: #------------------------------------------------------------------------- - def ComputerPath(self, ComputerName ): - try: - path = self._catalog.GetPathPrefix( ComputerName ) - except SALOME_ModuleCatalog.NotFound, ex: - path = "" - return path + #def ComputerPath(self, ComputerName ): + #try: + #path = self._catalog.GetPathPrefix( ComputerName ) + #except SALOME_ModuleCatalog.NotFound, ex: + #path = "" + #return path #-------------------------------------------------------------------------