changeset 6256:0f1f5c6bcaa1

config: remove unused symbols DATE_FORMAT / DATETIME_FORMAT These were previously imported by helpers.py, but without actual usage anywhere.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 08 Oct 2016 22:07:55 +0200
parents e3ddcc3538df
children 9e750b37b391
files kallithea/config/conf.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/config/conf.py	Sun Oct 09 20:56:23 2016 +0200
+++ b/kallithea/config/conf.py	Sat Oct 08 22:07:55 2016 +0200
@@ -67,7 +67,3 @@
 PLAIN_EXTS = [('.text', 2), ('.TEXT', 2)]
 
 ALL_EXTS = MARKDOWN_EXTS + RST_EXTS + PLAIN_EXTS
-
-DATETIME_FORMAT = "%Y-%m-%d %H:%M:%S"
-
-DATE_FORMAT = "%Y-%m-%d"