Use constants for manifest

This commit is contained in:
CkuT
2017-05-08 14:54:48 +02:00
parent 2e0e6bb8d2
commit da71eab0ae
4 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
# Defines the names of file/thumbnail for the manifest for exporting/importing commands
EXPORTER_FILE_NAME = "__exported_file_name__"
EXPORTER_THUMBNAIL_NAME = "__exported_thumbnail_name__"