From e5b42c47aecd305ad743efc5b1cfd7ca48b20b2f Mon Sep 17 00:00:00 2001 From: karnigen Date: Wed, 7 Feb 2024 20:55:41 +0100 Subject: file not used - cleanup --- lib/inx/about.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 lib/inx/about.py (limited to 'lib/inx/about.py') 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()) -- cgit v1.2.3