tests/python/py_ext_0@py_ext/pyfile.xml
changeset 1452 7a2b344de8cf
parent 1436 e15ca67197b9
child 2680 6bfed6757495
--- a/tests/python/py_ext_0@py_ext/pyfile.xml	Wed Feb 25 13:59:01 2015 +0100
+++ b/tests/python/py_ext_0@py_ext/pyfile.xml	Wed Feb 25 14:00:11 2015 +0100
@@ -6,12 +6,12 @@
   </variables>
   <globals>
     <xhtml:p><![CDATA[
+print "All python PLC globals variables :", PLCGlobalsDesc
+print "Current extention name :", __ext_name__
 ]]></xhtml:p>
   </globals>
   <init>
     <xhtml:p><![CDATA[
-print "Exposed variables :", _PySafePLCGlobals
-print "PyExtName :", _PyExtName
 ]]></xhtml:p>
   </init>
   <cleanup>