mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
pep8
This commit is contained in:
parent
b484105480
commit
4f2cb6552d
@ -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…
x
Reference in New Issue
Block a user