From 0f56d74e7bae286e5e197bd13861364d204ac46d Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Fri, 13 Apr 2012 22:42:12 -0700 Subject: [PATCH] Remove #! lines from modules Thanks to Robert Schweikert for finding this issue. --- euca2ools/__init__.py | 1 - euca2ools/commands/eustore/describeimages.py | 1 - euca2ools/commands/eustore/installimage.py | 1 - 3 files changed, 3 deletions(-) diff --git a/euca2ools/__init__.py b/euca2ools/__init__.py index d5a23574..68ad7230 100644 --- a/euca2ools/__init__.py +++ b/euca2ools/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- # Software License Agreement (BSD License) # diff --git a/euca2ools/commands/eustore/describeimages.py b/euca2ools/commands/eustore/describeimages.py index a7f6d368..3229b2e8 100755 --- a/euca2ools/commands/eustore/describeimages.py +++ b/euca2ools/commands/eustore/describeimages.py @@ -1,4 +1,3 @@ -#!/usr/local/bin/python # -*- coding: utf-8 -*- # Software License Agreement (BSD License) diff --git a/euca2ools/commands/eustore/installimage.py b/euca2ools/commands/eustore/installimage.py index 2c516afd..c592116b 100755 --- a/euca2ools/commands/eustore/installimage.py +++ b/euca2ools/commands/eustore/installimage.py @@ -1,4 +1,3 @@ -#!/usr/local/bin/python # -*- coding: utf-8 -*- # Software License Agreement (BSD License)