From d9c3ce80612fe2773a9bbcf6183f92105f35596e Mon Sep 17 00:00:00 2001 From: rahuel Date: Thu, 11 Mar 2004 08:24:44 +0000 Subject: [PATCH] Remove of internal/private method GetComputerPath --- src/LifeCycleCORBA/LifeCycleCORBA.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 #------------------------------------------------------------------------- -- 2.39.2