diff options
| author | karnigen <karnigen@gmail.com> | 2024-02-09 14:29:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 14:29:06 +0100 |
| commit | e64737382ce749af2db48c9cfd17de7b644429f5 (patch) | |
| tree | a12d11f15c1de7a9731eeca8bdd3af53ba2164a2 /lib/inx/about.py | |
| parent | b4f1fb8e8c98be02579bc31343784d70c43c4f48 (diff) | |
| parent | fdc73762adf3989b6c2a77646dc08da72e6c0681 (diff) | |
Merge pull request #2715 from inkstitch/kgn/inkstitch-multiversion-support
Kgn/inkstitch multiversion support
Diffstat (limited to 'lib/inx/about.py')
| -rwxr-xr-x | lib/inx/about.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/inx/about.py b/lib/inx/about.py deleted file mode 100755 index c1ce458f..00000000 --- a/lib/inx/about.py +++ /dev/null @@ -1,12 +0,0 @@ -# Authors: see git history -# -# Copyright (c) 2010 Authors -# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. - -from .utils import build_environment, write_inx_file - - -def generate_about_inx_file(): - env = build_environment() - template = env.get_template('about.xml') - write_inx_file("about", template.render()) |
