From 7e82dd32c9df5be2e72993209d031babd48219c9 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Thu, 8 Jan 2015 10:52:34 -0700 Subject: Modules aren't scripts. They shouldn't have shebang lines. --- psutil/_psosx.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'psutil/_psosx.py') diff --git a/psutil/_psosx.py b/psutil/_psosx.py index c40ef1d7..733a1854 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. -- cgit v1.2.1