From 7ba0214179b234872f85156890dab99cfc3742a7 Mon Sep 17 00:00:00 2001 From: Aaron Brashears Date: Tue, 2 Oct 2007 23:42:54 +0000 Subject: 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 --- scripts/setup-path.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'scripts/setup-path.py') 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 -- cgit v1.2.3