diff options
author | LeSasse <l.sasse@fz-juelich.de> | 2024-03-27 09:40:16 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-28 08:51:01 +0100 |
commit | 12efa6c63c2bee0d74e378289dd43bbc58c01781 (patch) | |
tree | 9dbefcf80bceac19c46530857bafc0831e3d9c0f /bin/update | |
parent | 07efbe8f0bb46bba81396d081c456a09c93f842a (diff) |
tdf#158803 remove unused path.convert_to_unix import
Change-Id: I01b8626c95bc234db38c76ee2fc6a17c91aad477
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165374
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin/update')
-rwxr-xr-x | bin/update/create_full_mar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update/create_full_mar.py b/bin/update/create_full_mar.py index d43c0804c9a7..907d43fccef6 100755 --- a/bin/update/create_full_mar.py +++ b/bin/update/create_full_mar.py @@ -8,7 +8,7 @@ import argparse from tools import uncompress_file_to_dir, get_file_info, make_complete_mar_name from signing import sign_mar_file -from path import UpdaterPath, convert_to_unix, convert_to_native +from path import UpdaterPath, convert_to_native def main(): |