summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-20 15:20:57 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-20 15:20:57 -0800
commitf4b2de0d058d691afbb45315604c39dc05686586 (patch)
tree67a89876fc679f45e35efe66ff7cd70cc3eb2cb2 /scripts
parent973761b7b99eef1ba0e88b6d1e7baa73c56ba76f (diff)
curse of the random coding policy hook.
Diffstat (limited to 'scripts')
-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