summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-30 02:33:05 +0000
committerGerrit Code Review <review@openstack.org>2012-07-30 02:33:05 +0000
commitd423c67efbe4f9452f81c5e7511798fbc5ff8527 (patch)
treee11ab637021105afcaf69559d66faab6d7bf040e
parent05d16b81bb05788dbbf1c2d2557594a652aeb7f2 (diff)
parent8680fd9aea983c0b10c36dc970d6ba60c6dcf842 (diff)
downloadnova-d423c67efbe4f9452f81c5e7511798fbc5ff8527.tar.gz
nova-d423c67efbe4f9452f81c5e7511798fbc5ff8527.tar.xz
nova-d423c67efbe4f9452f81c5e7511798fbc5ff8527.zip
Merge "maint: libvirt imagecache: remove redundant interpreter spec"
-rw-r--r--nova/tests/test_imagebackend.py1
-rw-r--r--nova/tests/test_imagecache.py1
-rw-r--r--nova/virt/libvirt/imagecache.py1
3 files changed, 0 insertions, 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