From: vsr Date: Fri, 31 Oct 2014 12:06:06 +0000 (+0300) Subject: IPAL52563: TC 7.5.0: Study cannot be saved after PARAVIS activation X-Git-Tag: V7_5_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a7d0e309345be15ac6e83ab91e19365cb29822c7;p=modules%2Fparavis.git IPAL52563: TC 7.5.0: Study cannot be saved after PARAVIS activation --- diff --git a/src/ENGINE/no_wrap/PVSERVER.py b/src/ENGINE/no_wrap/PVSERVER.py index 379fd8df..c6281999 100644 --- a/src/ENGINE/no_wrap/PVSERVER.py +++ b/src/ENGINE/no_wrap/PVSERVER.py @@ -179,7 +179,7 @@ class PVSERVER(PVSERVER_ORB__POA.PVSERVER_Gen, """ def getVersion( self ): import salome_version - return salome_version.getVersion("PVSERVER", True) + return salome_version.getVersion("PARAVIS", True) def GetIOR(self): return PVSERVER_utils.getEngineIOR()