From b77fbdd90f46b3d1602aa43e99abec096d93888e Mon Sep 17 00:00:00 2001 From: Steve 'Ashcrow' Milner Date: Sun, 13 Jan 2008 14:35:45 -0500 Subject: removed a lot of misplaced shebangs. --- func/overlord/func_command.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'func/overlord/func_command.py') diff --git a/func/overlord/func_command.py b/func/overlord/func_command.py index 7b491f7..76b4e95 100644 --- a/func/overlord/func_command.py +++ b/func/overlord/func_command.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - import glob import sys -- cgit