use {{ }} internally instead of the old %(...)s format

This commit is contained in:
Damien Elmes 2011-01-13 19:46:12 +09:00
parent 828c2cdf17
commit e806800f1d

View file

@ -151,7 +151,6 @@ class CardLayout(QDialog):
def screenToFormat(self, fmt):
fmt = fmt.replace("}}\n", "}}<br>")
fmt = re.sub("{{(.+?)}}", "%(\\1)s", fmt)
return fmt
# def onEdit(self):