mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 01:04:23 +02:00
pep8
This commit is contained in:
parent
b484105480
commit
4f2cb6552d
1 changed files with 2 additions and 2 deletions
|
|
@ -859,8 +859,8 @@ def _tokenize(str):
|
|||
|
||||
tokens = []
|
||||
|
||||
#depth = 6
|
||||
#nested_tags = "|".join(['(?:<(?:[^<>]',] * depth) + (')*>)' * depth)
|
||||
# depth = 6
|
||||
# nested_tags = "|".join(['(?:<(?:[^<>]',] * depth) + (')*>)' * depth)
|
||||
# match = r"""(?: <! ( -- .*? -- \s* )+ > ) | # comments
|
||||
# (?: <\? .*? \?> ) | # directives
|
||||
# %s # nested tags """ % (nested_tags,)
|
||||
|
|
|
|||
Loading…
Reference in a new issue