Fix for stray tab character breaking the coding standard policy hook.
parent
25ddb4f261
commit
dc0b34cf00
|
|
@ -103,7 +103,7 @@ MESSAGE_TEMPLATE = 'message_template.msg'
|
|||
PRODUCTION_ACCEPTABLE = (compatibility.Same, compatibility.Newer)
|
||||
DEVELOPMENT_ACCEPTABLE = (
|
||||
compatibility.Same, compatibility.Newer,
|
||||
compatibility.Older, compatibility.Mixed)
|
||||
compatibility.Older, compatibility.Mixed)
|
||||
|
||||
MAX_MASTER_AGE = 60 * 60 * 4 # refresh master cache every 4 hours
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue