mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:33:43 +02:00
...
This commit is contained in:
parent
8e009161b1
commit
9c4c9cf07f
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ def paddingBottom(self):
|
|||
self._get('padding-bottom'), base=self.height)
|
||||
|
||||
def __str__(self):
|
||||
items = sorted(self._style.items())
|
||||
items = sorted(self._style.iteritems())
|
||||
return '; '.join("%s: %s" % (key, val) for key, val in items)
|
||||
|
||||
def cssdict(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue