bin/update/create_full_mar.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12efa6c63c2bee0d74e378289dd43bbc58c01781
Author:     LeSasse <[email protected]>
AuthorDate: Wed Mar 27 09:40:16 2024 +0100
Commit:     Noel Grandin <[email protected]>
CommitDate: Thu Mar 28 08:51:01 2024 +0100

    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 <[email protected]>
    Tested-by: Noel Grandin <[email protected]>

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():

Reply via email to