diff options
author | kakabba <[email protected]> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:04 +0300 |
commit | c8e3995898c443e78266f7420aac5fb3da15d413 (patch) | |
tree | a530e068cc107e227deccc80722204db63a4d75d /build/plugins/_xsyn_includes.py | |
parent | 110a978b66fe6c0916572df51cfead2a9b647174 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/_xsyn_includes.py')
-rw-r--r-- | build/plugins/_xsyn_includes.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/plugins/_xsyn_includes.py b/build/plugins/_xsyn_includes.py index 8d33cea2f05..5077419912d 100644 --- a/build/plugins/_xsyn_includes.py +++ b/build/plugins/_xsyn_includes.py @@ -1,4 +1,4 @@ -def get_include_callback(): +def get_include_callback(): """ .. function: get_include_callback returns function that processes each DOM element to get xsyn include from it, and it's aware of directory with all the xsyns. @@ -55,6 +55,6 @@ def process_xsyn(filepath, on_element): return res -def get_all_includes(filepath): - callback = get_include_callback() - return process_xsyn(filepath, callback) +def get_all_includes(filepath): + callback = get_include_callback() + return process_xsyn(filepath, callback) |