summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setup-path.py14
-rwxr-xr-xscripts/template_verifier.py12
2 files changed, 15 insertions, 11 deletions
diff --git a/scripts/setup-path.py b/scripts/setup-path.py
index 0fa34697f5..a623b2a8ee 100755
--- a/scripts/setup-path.py
+++ b/scripts/setup-path.py
@@ -1,10 +1,12 @@
#!/usr/bin/python
-# @file setup-path.py
-# @brief Get the python library directory in the path, so we don't have
-# to screw with PYTHONPATH or symbolic links.
-#
-# Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
-# $License$
+"""\
+@file setup-path.py
+@brief Get the python library directory in the path, so we don't have
+to screw with PYTHONPATH or symbolic links.
+
+Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
+$License$
+"""
import sys
from os.path import realpath, dirname, join
diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py
index 769e864420..708c007796 100755
--- a/scripts/template_verifier.py
+++ b/scripts/template_verifier.py
@@ -1,9 +1,11 @@
#!/usr/bin/python
-# @file template_verifier.py
-# @brief Message template compatibility verifier.
-#
-# Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
-# $License$
+"""\
+@file template_verifier.py
+@brief Message template compatibility verifier.
+
+Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
+$License$
+"""
"""template_verifier is a script which will compare the
current repository message template with the "master" message template, accessible