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/copy_win_scripts | |
parent | 1e346e085d9af460657342f20d8fde45b6982913 (diff) |
STORM-937 : Makes all python paths use consistent syntax
Diffstat (limited to 'indra/copy_win_scripts')
-rw-r--r-- | indra/copy_win_scripts/start-client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/copy_win_scripts/start-client.py b/indra/copy_win_scripts/start-client.py index 5f7ff2f293..2a96503f01 100644 --- a/indra/copy_win_scripts/start-client.py +++ b/indra/copy_win_scripts/start-client.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python import sys, getopt import os import llstart |