diff options
| author | Merov Linden <merov@lindenlab.com> | 2011-01-28 16:00:57 -0800 | 
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2011-01-28 16:00:57 -0800 | 
| commit | 01dd9929e21228e4e6e04d9e3f7c310ffdc834db (patch) | |
| tree | 8df128a4d0021a2e1a6c8ae8583ce2919955f19c /indra/lib | |
| parent | 1e346e085d9af460657342f20d8fde45b6982913 (diff) | |
STORM-937 : Makes all python paths use consistent syntax
Diffstat (limited to 'indra/lib')
| -rwxr-xr-x | indra/lib/python/indra/util/simperf_host_xml_parser.py | 2 | ||||
| -rwxr-xr-x | indra/lib/python/indra/util/simperf_oprof_interface.py | 2 | ||||
| -rw-r--r-- | indra/lib/python/indra/util/test_win32_manifest.py | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/indra/lib/python/indra/util/simperf_host_xml_parser.py b/indra/lib/python/indra/util/simperf_host_xml_parser.py index 672c1050c2..7801d9fa66 100755 --- a/indra/lib/python/indra/util/simperf_host_xml_parser.py +++ b/indra/lib/python/indra/util/simperf_host_xml_parser.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python  """\  @file simperf_host_xml_parser.py  @brief Digest collector's XML dump and convert to simple dict/list structure diff --git a/indra/lib/python/indra/util/simperf_oprof_interface.py b/indra/lib/python/indra/util/simperf_oprof_interface.py index 547d2f9980..e3d55d7922 100755 --- a/indra/lib/python/indra/util/simperf_oprof_interface.py +++ b/indra/lib/python/indra/util/simperf_oprof_interface.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python  """\  @file simperf_oprof_interface.py  @brief Manage OProfile data collection on a host diff --git a/indra/lib/python/indra/util/test_win32_manifest.py b/indra/lib/python/indra/util/test_win32_manifest.py index da8ee6c545..d4e6115a5a 100644 --- a/indra/lib/python/indra/util/test_win32_manifest.py +++ b/indra/lib/python/indra/util/test_win32_manifest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python  # @file test_win32_manifest.py  # @brief Test an assembly binding version and uniqueness in a windows dll or exe.    # | 
