summaryrefslogtreecommitdiffstats
path: root/net/tools/testserver
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/testserver')
-rw-r--r--net/tools/testserver/asn1der.py1
-rwxr-xr-xnet/tools/testserver/chromiumsync.py1
-rwxr-xr-xnet/tools/testserver/chromiumsync_test.py2
-rw-r--r--net/tools/testserver/device_management.py1
-rw-r--r--net/tools/testserver/echo_message.py1
-rw-r--r--net/tools/testserver/xmppserver.py1
-rwxr-xr-x[-rw-r--r--]net/tools/testserver/xmppserver_test.py2
7 files changed, 2 insertions, 7 deletions
diff --git a/net/tools/testserver/asn1der.py b/net/tools/testserver/asn1der.py
index 7e57ccf..9e70893 100644
--- a/net/tools/testserver/asn1der.py
+++ b/net/tools/testserver/asn1der.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python2.5
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/net/tools/testserver/chromiumsync.py b/net/tools/testserver/chromiumsync.py
index 338ecb0..cabbb7d 100755
--- a/net/tools/testserver/chromiumsync.py
+++ b/net/tools/testserver/chromiumsync.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python2.4
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/net/tools/testserver/chromiumsync_test.py b/net/tools/testserver/chromiumsync_test.py
index 97e5f38..d704ac3 100755
--- a/net/tools/testserver/chromiumsync_test.py
+++ b/net/tools/testserver/chromiumsync_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/net/tools/testserver/device_management.py b/net/tools/testserver/device_management.py
index a6197ff..bbcc4f0 100644
--- a/net/tools/testserver/device_management.py
+++ b/net/tools/testserver/device_management.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python2.5
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/net/tools/testserver/echo_message.py b/net/tools/testserver/echo_message.py
index bf400d9..b2f7b04 100644
--- a/net/tools/testserver/echo_message.py
+++ b/net/tools/testserver/echo_message.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python2.4
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/net/tools/testserver/xmppserver.py b/net/tools/testserver/xmppserver.py
index ea8c711..6952a99 100644
--- a/net/tools/testserver/xmppserver.py
+++ b/net/tools/testserver/xmppserver.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python2.4
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/net/tools/testserver/xmppserver_test.py b/net/tools/testserver/xmppserver_test.py
index ef3b809..b00885a 100644..100755
--- a/net/tools/testserver/xmppserver_test.py
+++ b/net/tools/testserver/xmppserver_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.