mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:33:08 +02:00
pep8
This commit is contained in:
parent
1bb5f088f9
commit
55246df4c9
2 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ def regenerate_paren_positions(self):
|
|||
'\\': '\\\\',
|
||||
})
|
||||
|
||||
|
||||
class TemplateDialog(QDialog, Ui_TemplateDialog):
|
||||
|
||||
def __init__(self, parent, text, mi=None, fm=None, color_field=None,
|
||||
|
|
|
|||
|
|
@ -1075,6 +1075,7 @@ def do_node_unary_arithop(self, prog):
|
|||
'tab': '\t',
|
||||
'backslash': '\\',
|
||||
}
|
||||
|
||||
def do_node_character(self, prog):
|
||||
try:
|
||||
key = self.expr(prog.expression)
|
||||
|
|
|
|||
Loading…
Reference in a new issue