summaryrefslogtreecommitdiff
path: root/psutil/_psposix.py
diff options
context:
space:
mode:
authorTom Prince <tom.prince@ualberta.net>2015-01-08 10:52:34 -0700
committerTom Prince <tom.prince@ualberta.net>2015-01-08 10:52:34 -0700
commit7e82dd32c9df5be2e72993209d031babd48219c9 (patch)
treeab97e67f0e96cf4451e7f93eadfe599b8520675f /psutil/_psposix.py
parent2bc8555f0428af81c2d067aa76168ed7bc5e0179 (diff)
downloadpsutil-7e82dd32c9df5be2e72993209d031babd48219c9.tar.gz
Modules aren't scripts.
They shouldn't have shebang lines.
Diffstat (limited to 'psutil/_psposix.py')
-rw-r--r--psutil/_psposix.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/psutil/_psposix.py b/psutil/_psposix.py
index 94db351e..0da6a8ce 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.