summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2015-09-03 18:36:29 +0200
committerGiampaolo Rodola' <g.rodola@gmail.com>2015-09-03 18:36:29 +0200
commit2cf3b9d08d5c3772cd7d613ed6a1785633b772a3 (patch)
tree704b8cc8ae35fa695af2ebc9964b221b0e028338
parent99f6abf9bcff3abff815b8e93c8cd2fbe26487a2 (diff)
parent7e82dd32c9df5be2e72993209d031babd48219c9 (diff)
downloadpsutil-EvinceMoi-fix-net_io_counter-overflow.tar.gz
Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflow
Modules aren't scripts.
-rw-r--r--psutil/__init__.py1
-rw-r--r--psutil/_compat.py2
-rw-r--r--psutil/_psbsd.py2
-rw-r--r--psutil/_pslinux.py2
-rw-r--r--psutil/_psosx.py2
-rw-r--r--psutil/_psposix.py2
-rw-r--r--psutil/_pssunos.py2
-rw-r--r--psutil/_pswindows.py2
8 files changed, 0 insertions, 15 deletions
diff --git a/psutil/__init__.py b/psutil/__init__.py
index 3c4b5bca..4c71d02e 100644
--- a/psutil/__init__.py
+++ b/psutil/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2009, Giampaolo Rodola'. All rights reserved.
diff --git a/psutil/_compat.py b/psutil/_compat.py
index 38744a84..5920c921 100644
--- a/psutil/_compat.py
+++ b/psutil/_compat.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (c) 2009, Giampaolo Rodola'. 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/psutil/_psbsd.py b/psutil/_psbsd.py
index db54a02e..e2cc6ba4 100644
--- a/psutil/_psbsd.py
+++ b/psutil/_psbsd.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (c) 2009, Giampaolo Rodola'. 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/psutil/_pslinux.py b/psutil/_pslinux.py
index 8356cf95..54a2f916 100644
--- a/psutil/_pslinux.py
+++ b/psutil/_pslinux.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (c) 2009, Giampaolo Rodola'. 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/psutil/_psosx.py b/psutil/_psosx.py
index 41875fe4..b44acb23 100644
--- a/psutil/_psosx.py
+++ b/psutil/_psosx.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (c) 2009, Giampaolo Rodola'. 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/psutil/_psposix.py b/psutil/_psposix.py
index 5bb16a38..046a75f0 100644
--- a/psutil/_psposix.py
+++ b/psutil/_psposix.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (c) 2009, Giampaolo Rodola'. 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/psutil/_pssunos.py b/psutil/_pssunos.py
index bc35a718..ae7d533b 100644
--- a/psutil/_pssunos.py
+++ b/psutil/_pssunos.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (c) 2009, Giampaolo Rodola'. 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/psutil/_pswindows.py b/psutil/_pswindows.py
index 30b4d9fa..5df17272 100644
--- a/psutil/_pswindows.py
+++ b/psutil/_pswindows.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (c) 2009, Giampaolo Rodola'. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.