summaryrefslogtreecommitdiff
path: root/scripts/setup-path.py
diff options
context:
space:
mode:
authorAaron Brashears <aaronb@lindenlab.com>2007-10-02 23:42:54 +0000
committerAaron Brashears <aaronb@lindenlab.com>2007-10-02 23:42:54 +0000
commit7ba0214179b234872f85156890dab99cfc3742a7 (patch)
treeb9735d8b694a007438f01cdceef8d33e16ea12a4 /scripts/setup-path.py
parent75b1cc886ded370f79b85152af2a462b37aed903 (diff)
export source now detects the prefix rather than assigning it based on filename. fixed up some comments to match our coding standard. added ability to set default license on export which will be useful for the next source drop. SL-56607
Diffstat (limited to 'scripts/setup-path.py')
-rwxr-xr-xscripts/setup-path.py14
1 files changed, 8 insertions, 6 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