ConfigTreeNode.py
changeset 2711 ecfb59e4ecb0
parent 2696 9bd639e9124e
child 3163 7cf38cd0d820
equal deleted inserted replaced
2710:aaa1dc426213 2711:ecfb59e4ecb0
    44 from lxml import etree
    44 from lxml import etree
    45 
    45 
    46 from xmlclass import GenerateParserFromXSDstring
    46 from xmlclass import GenerateParserFromXSDstring
    47 from PLCControler import LOCATION_CONFNODE
    47 from PLCControler import LOCATION_CONFNODE
    48 from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
    48 from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
       
    49 from POULibrary import UserAddressedException
    49 
    50 
    50 _BaseParamsParser = GenerateParserFromXSDstring("""<?xml version="1.0" encoding="ISO-8859-1" ?>
    51 _BaseParamsParser = GenerateParserFromXSDstring("""<?xml version="1.0" encoding="ISO-8859-1" ?>
    51         <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    52         <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    52           <xsd:element name="BaseParams">
    53           <xsd:element name="BaseParams">
    53             <xsd:complexType>
    54             <xsd:complexType>