X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPV_SWIG%2Fpvserver.py;h=00b513c12995428768f5eaa84363f564783dd2e9;hb=4095225705684389c98367e7ba154be482dfd468;hp=c00c1ee2e85d9f2a7f3c0e20e13490fdf7dbd717;hpb=ce2fbefb32b19ae46634d47233311a5a3d461547;p=modules%2Fparavis.git diff --git a/src/PV_SWIG/pvserver.py b/src/PV_SWIG/pvserver.py index c00c1ee2..00b513c1 100644 --- a/src/PV_SWIG/pvserver.py +++ b/src/PV_SWIG/pvserver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -29,6 +29,6 @@ it available in the global variables myParavis and myPVServerService import PVSERVER_utils ## Initialize PARAVIS interface -myPVServerService = PVSERVER_utils.getEngine() +myPVServerService = PVSERVER_utils.getService() # Backward compatibility: myParavis = myPVServerService