Use constants for manifest

This commit is contained in:
CkuT
2017-05-08 14:54:48 +02:00
parent 4c4255172f
commit 909fa3579c
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__"