diff options
| author | karnigen <karnigen@gmail.com> | 2024-02-07 20:55:41 +0100 |
|---|---|---|
| committer | karnigen <karnigen@gmail.com> | 2024-02-07 20:55:41 +0100 |
| commit | e5b42c47aecd305ad743efc5b1cfd7ca48b20b2f (patch) | |
| tree | 61870c3f06fed90b7d8903f080b5863a091d9d5e | |
| parent | b4f1fb8e8c98be02579bc31343784d70c43c4f48 (diff) | |
file not used - cleanup
| -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()) |
