diff options
author | James Cook <james@lindenlab.com> | 2010-01-22 18:43:58 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-22 18:43:58 -0800 |
commit | 852c4acb59f6a15e3f384904ab9b237795107119 (patch) | |
tree | 88da1564a79161aa6e5a1d342cd7cdf455939f31 | |
parent | 5b102d3f5bc752a20cc0ec28062a040d570f4bf7 (diff) |
Replace tab with spaces
-rwxr-xr-x | scripts/template_verifier.py | 2 |
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 |