summaryrefslogtreecommitdiff
path: root/scripts/template_verifier.py
diff options
context:
space:
mode:
authorNathan Wilcox <inoshiro@lindenlab.com>2010-01-20 11:46:40 -0800
committerNathan Wilcox <inoshiro@lindenlab.com>2010-01-20 11:46:40 -0800
commit5fc9d8bddad16b7d8dc6d481107a8ce690fdf731 (patch)
treef87ed0a9384470a1159c58a0242c4636f806395c /scripts/template_verifier.py
parentc1d7951ea9ea247ed8fe0474ff1f45fbfddb2404 (diff)
Remove a tab character from the end of a line to pass policy requirements.
Diffstat (limited to 'scripts/template_verifier.py')
-rwxr-xr-xscripts/template_verifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py
index d5fc119270..adcfcbcae6 100755
--- a/scripts/template_verifier.py
+++ b/scripts/template_verifier.py
@@ -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