mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
pep8
This commit is contained in:
parent
b484105480
commit
4f2cb6552d
@ -859,8 +859,8 @@ def _tokenize(str):
|
|||||||
|
|
||||||
tokens = []
|
tokens = []
|
||||||
|
|
||||||
#depth = 6
|
# depth = 6
|
||||||
#nested_tags = "|".join(['(?:<(?:[^<>]',] * depth) + (')*>)' * depth)
|
# nested_tags = "|".join(['(?:<(?:[^<>]',] * depth) + (')*>)' * depth)
|
||||||
# match = r"""(?: <! ( -- .*? -- \s* )+ > ) | # comments
|
# match = r"""(?: <! ( -- .*? -- \s* )+ > ) | # comments
|
||||||
# (?: <\? .*? \?> ) | # directives
|
# (?: <\? .*? \?> ) | # directives
|
||||||
# %s # nested tags """ % (nested_tags,)
|
# %s # nested tags """ % (nested_tags,)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user