cubicweb/sobjects/textparsers.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 11811 f09efeead7f9
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    20 Currently only a parser to look for state change instruction is provided.
    20 Currently only a parser to look for state change instruction is provided.
    21 Take care to security when you're using it, think about the user that
    21 Take care to security when you're using it, think about the user that
    22 will provide the text to analyze...
    22 will provide the text to analyze...
    23 """
    23 """
    24 
    24 
    25 __docformat__ = "restructuredtext en"
    25 
    26 
    26 
    27 import re
    27 import re
    28 
    28 
    29 from cubicweb import UnknownEid
    29 from cubicweb import UnknownEid
    30 from cubicweb.view import Component
    30 from cubicweb.view import Component