A business template exported by Python 2.4 may contain:
<klass> <global id="xxx" name="_compile" module="sre"/> </klass> A business template exported by Python 2.6 may contain: <klass> <global id="xxx" name="_compile" module="re"/> </klass> Python 2.6 provides 'sre._compile', but Python 2.4 does not provide 're._compile', so we provide re._compile here for the backward compatilibility. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39230 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment