Changeset - 0f1f5c6bcaa1
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 9 years ago 2016-10-08 22:07:55
thomas.de.schampheleire@gmail.com
config: remove unused symbols DATE_FORMAT / DATETIME_FORMAT

These were previously imported by helpers.py, but without actual usage
anywhere.
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/config/conf.py
Show inline comments
 
@@ -67,7 +67,3 @@ MARKDOWN_EXTS = [
 
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"
0 comments (0 inline, 0 general)