diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2010-02-25 14:27:59 -0800 | 
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2010-02-25 14:27:59 -0800 | 
| commit | 3ab4b0f58326a01a09aa99f262c03d2703215af2 (patch) | |
| tree | a3a90f12640e8cfad386d88c3459124a993572a8 | |
| parent | 0ac14158bcec40e65fb26d2fea7555ede1e2ca94 (diff) | |
remove tab
| -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 | 
