From 279e421ad56268dab88409e3e51f2cc32bb5aa48 Mon Sep 17 00:00:00 2001 From: CkuT Date: Mon, 8 May 2017 15:48:37 +0200 Subject: [PATCH] PEP8 --- src/documents/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/documents/settings.py b/src/documents/settings.py index ca73dc298..20b0b2023 100644 --- a/src/documents/settings.py +++ b/src/documents/settings.py @@ -1,3 +1,4 @@ -# Defines the names of file/thumbnail for the manifest for exporting/importing commands +# 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__" \ No newline at end of file +EXPORTER_THUMBNAIL_NAME = "__exported_thumbnail_name__"