diff options
Diffstat (limited to 'lib/inx/inputs.py')
| -rwxr-xr-x | lib/inx/inputs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inx/inputs.py b/lib/inx/inputs.py index d40ffeaf..b50ec9f9 100755 --- a/lib/inx/inputs.py +++ b/lib/inx/inputs.py @@ -11,7 +11,7 @@ def pyembroidery_input_formats(): def generate_input_inx_files(): env = build_environment() - template = env.get_template('input.inx') + template = env.get_template('input.xml') for format, description in pyembroidery_input_formats(): name = "input_%s" % format.upper() |
