Exemplo n.º 1
0
 def build_template_regexp(cls):
     from calibre.devices.utils import build_template_regexp
     return build_template_regexp(cls.save_template())
Exemplo n.º 2
0
 def build_template_regexp(cls):
     from calibre.devices.utils import build_template_regexp
     return build_template_regexp(cls.save_template())
Exemplo n.º 3
0
 def build_template_regexp(self):
     from calibre.devices.utils import build_template_regexp
     return build_template_regexp(self.save_template)