diff options
author | Christian Goetze (CG) <cg@lindenlab.com> | 2011-03-31 15:43:47 -0700 |
---|---|---|
committer | Christian Goetze (CG) <cg@lindenlab.com> | 2011-03-31 15:43:47 -0700 |
commit | 44ad672b9e0a5ba1eef3ef7c71da3eb887f4fe0a (patch) | |
tree | 7d42a36660aa4b3981fbcddafcbb24dcb1c819aa /scripts | |
parent | 0080ed8e2914fba475b224344d8e4233e8fa48e2 (diff) |
Apply server side code to message template verification onto the viewer tree.
Diffstat (limited to 'scripts')
-rw-r--r-- | 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 113607e02a..b44410cdd8 100644 --- a/scripts/template_verifier.py +++ b/scripts/template_verifier.py @@ -229,7 +229,7 @@ http://wiki.secondlife.com/wiki/Template_verifier.py """) parser.add_option( '-u', '--master_url', type='string', dest='master_url', - default='http://secondlife.com/app/message_template/master_message_template.msg', + default='http://bitbucket.org/lindenlab/master-message-template/raw/tip/message_template.msg', help="""The url of the master message template.""") parser.add_option( '-c', '--cache_master', action='store_true', dest='cache_master', |