summaryrefslogtreecommitdiff
path: root/psutil/_pssunos.py
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 /psutil/_pssunos.py
parent99f6abf9bcff3abff815b8e93c8cd2fbe26487a2 (diff)
parent7e82dd32c9df5be2e72993209d031babd48219c9 (diff)
downloadpsutil-2cf3b9d08d5c3772cd7d613ed6a1785633b772a3.tar.gz
Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflow
Modules aren't scripts.
Diffstat (limited to 'psutil/_pssunos.py')
-rw-r--r--psutil/_pssunos.py2
1 files changed, 0 insertions, 2 deletions
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.