From 8680fd9aea983c0b10c36dc970d6ba60c6dcf842 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sun, 29 Jul 2012 01:32:26 +0100 Subject: maint: libvirt imagecache: remove redundant interpreter spec This causes "non-executable-script" warnings in rpmlint at least. Change-Id: Ia62ce7026cfa59cfc7ab457fbb246496c8f58c10 --- nova/tests/test_imagebackend.py | 1 - nova/tests/test_imagecache.py | 1 - nova/virt/libvirt/imagecache.py | 1 - 3 files changed, 3 deletions(-) diff --git a/nova/tests/test_imagebackend.py b/nova/tests/test_imagebackend.py index 3f9ea38ce..62153ab1f 100644 --- a/nova/tests/test_imagebackend.py +++ b/nova/tests/test_imagebackend.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2012 Grid Dynamics diff --git a/nova/tests/test_imagecache.py b/nova/tests/test_imagecache.py index 4ac7adfad..e1df3ab19 100644 --- a/nova/tests/test_imagecache.py +++ b/nova/tests/test_imagecache.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2012 Michael Still and Canonical Inc diff --git a/nova/virt/libvirt/imagecache.py b/nova/virt/libvirt/imagecache.py index 01c0046a0..11dc2255e 100644 --- a/nova/virt/libvirt/imagecache.py +++ b/nova/virt/libvirt/imagecache.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2012 Michael Still and Canonical Inc -- cgit