Home
last modified time | relevance | path

Searched refs:destination_cura (Results 1 – 1 of 1) sorted by relevance

/dports/cad/cura/Cura-58bae31/scripts/
H A Dlionbridge_import.py23 print("Importing to Cura:", destination_cura())
32 …destination_file = os.path.join(destination_cura(), language.replace("-", "_"), source_file + ".po…
49 def destination_cura() -> str: function