Salome HOME
bos #26460 Remove deprecated container "FactoryServerPy"
[samples/pyhello.git] / src / PYHELLO / PYHELLO.py
index 29cca24bf70dd88ee73ba1b2e67770c617fe73d5..d65efd58c48997c96e3be3a73b7318b668c8bca3 100644 (file)
@@ -112,7 +112,7 @@ class PYHELLO(PYHELLO_ORB__POA.PYHELLO_Gen,
             abuffer += [ "import salome" ]
             abuffer += [ "import PYHELLO_ORB" ]
             abuffer += [ "" ]
-            abuffer += [ "pyhello = salome.lcc.FindOrLoadComponent( 'FactoryServerPy', '%s' )" % moduleName() ]
+            abuffer += [ "pyhello = salome.lcc.FindOrLoadComponent( 'FactoryServer', '%s' )" % moduleName() ]
             abuffer += [ "" ]
             abuffer += [ "pyhello.createObject( '%s')" % name for name in names ]
             abuffer += [ "" ]