From 7a856a77e4d36a077cb1a5a1c50831463a6692a0 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 23 Jun 2024 10:58:16 +0200 Subject: wxpythonify about extension (#3007) --- lib/inx/info.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 lib/inx/info.py (limited to 'lib/inx/info.py') diff --git a/lib/inx/info.py b/lib/inx/info.py deleted file mode 100755 index dc80c3eb..00000000 --- a/lib/inx/info.py +++ /dev/null @@ -1,14 +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_info_inx_files(alter_data): - env = build_environment() - info_inx_files = ['about', 'embroider'] - for info in info_inx_files: - template = env.get_template(f'{info}.xml') - write_inx_file(info, template.render(alter_data)) -- cgit v1.2.3