mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 13:33:16 +02:00
pep8
This commit is contained in:
parent
99616ba400
commit
cefd9b1563
1 changed files with 1 additions and 1 deletions
|
|
@ -1390,7 +1390,7 @@ def gpm_interpreter(self):
|
|||
|
||||
@property
|
||||
def gpm_parser(self):
|
||||
if self._template_parser == None:
|
||||
if self._template_parser is None:
|
||||
self._template_parser = _Parser()
|
||||
return self._template_parser
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue