From 57b8fef824b6d7f37c5be5812ebffa39ab2e8093 Mon Sep 17 00:00:00 2001 From: Tess Chu Date: Wed, 11 Jul 2007 21:29:02 +0000 Subject: svn merge --ignore-ancestry svn+ssh://svn/svn/linden/release@65088 svn+ssh://svn/svn/linden/branches/release-candidate@65078 -> release Paired by Tess and rdw. --- scripts/setup-path.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'scripts/setup-path.py') diff --git a/scripts/setup-path.py b/scripts/setup-path.py index 297cd27345..0fa34697f5 100755 --- a/scripts/setup-path.py +++ b/scripts/setup-path.py @@ -1,6 +1,11 @@ #!/usr/bin/python -# Get the python library directory in the path, so we don't have -# to screw with PYTHONPATH or symbolic links. JC +# @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 -- cgit v1.2.3