mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 22:23:36 -07:00
Update mako==1.2.4
This commit is contained in:
parent
cbfce88cc9
commit
f6029b0551
2 changed files with 8 additions and 3 deletions
|
@ -5,4 +5,4 @@
|
||||||
# the MIT License: http://www.opensource.org/licenses/mit-license.php
|
# the MIT License: http://www.opensource.org/licenses/mit-license.php
|
||||||
|
|
||||||
|
|
||||||
__version__ = "1.2.3"
|
__version__ = "1.2.4"
|
||||||
|
|
|
@ -1251,8 +1251,13 @@ class _Identifiers:
|
||||||
|
|
||||||
|
|
||||||
_FOR_LOOP = re.compile(
|
_FOR_LOOP = re.compile(
|
||||||
r"^for\s+((?:\(?)\s*[A-Za-z_][A-Za-z_0-9]*"
|
r"^for\s+((?:\(?)\s*"
|
||||||
r"(?:\s*,\s*(?:[A-Za-z_][A-Za-z0-9_]*),??)*\s*(?:\)?))\s+in\s+(.*):"
|
r"(?:\(?)\s*[A-Za-z_][A-Za-z_0-9]*"
|
||||||
|
r"(?:\s*,\s*(?:[A-Za-z_][A-Za-z_0-9]*),??)*\s*(?:\)?)"
|
||||||
|
r"(?:\s*,\s*(?:"
|
||||||
|
r"(?:\(?)\s*[A-Za-z_][A-Za-z_0-9]*"
|
||||||
|
r"(?:\s*,\s*(?:[A-Za-z_][A-Za-z_0-9]*),??)*\s*(?:\)?)"
|
||||||
|
r"),??)*\s*(?:\)?))\s+in\s+(.*):"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue