[IMP] @import regex

bzr revid: xmo@openerp.com-20140417131249-gbvnq2zb09kzdifv
This commit is contained in:
Xavier Morel 2014-04-17 15:12:49 +02:00
parent a2889a1cf8
commit f8964db435
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ def get_field_type(column, options):
class AssetsBundle(object):
cache = {}
rx_css_import = re.compile("(@import.+;$)", re.M)
rx_css_import = re.compile("(@import[^;{]+;?)", re.M)
def __init__(self, xmlid, html=None):
self.xmlid = xmlid