cubicweb/sobjects/textparsers.py
branch3.24
changeset 11811 f09efeead7f9
parent 11767 432f87a63057
child 12355 c703dc95c82e
equal deleted inserted replaced
11810:2e03bb4372b2 11811:f09efeead7f9
    19 
    19 
    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 
       
    25 
       
    26 
    24 
    27 import re
    25 import re
    28 
    26 
    29 from cubicweb import UnknownEid
    27 from cubicweb import UnknownEid
    30 from cubicweb.view import Component
    28 from cubicweb.view import Component