Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a4c85a41 authored by PEDERSEN Ny Aina's avatar PEDERSEN Ny Aina
Browse files

utils: remove execution permission and test

parent bc80a64a
No related branches found
No related tags found
No related merge requests found
......@@ -457,17 +457,3 @@ def create_map(metadata, file_out):
final_xml = ET.ElementTree(root)
ET.indent(final_xml, space=" ")
final_xml.write(file_out, encoding="UTF-8", xml_declaration=True)
def _test():
"""Local test."""
# json test
file = "test.c"
data = generate_dict(file)
dict_to_json(dict, "test")
# tmx map generation test
create_map(data, "level/resources/map.tmx")
if __name__ == "__main__":
_test()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment