From e8f366caaeef11fe2fb92a42968f01681754ee53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Sun, 29 Jul 2012 01:32:26 +0100 Subject: [PATCH] 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 - 2 files changed, 2 deletions(-) diff --git a/nova/tests/test_imagebackend.py b/nova/tests/test_imagebackend.py index 3f9ea38c..62153ab1 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 4ac7adfa..e1df3ab1 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