From 097072de724cf1f17cf6153afc47ee898710fae3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 12 Dec 2013 00:02:30 +0100 Subject: [PATCH] Remove hashbang (#!) at beginning of python modules Change-Id: I8f138f82952938fcfaa0e9fc150cb97471febb31 --- cinder/tests/test_hp3par.py | 1 - cinder/tests/test_nexenta.py | 1 - cinder/tests/test_volume_configuration.py | 1 - cinder/volume/configuration.py | 1 - 4 files changed, 4 deletions(-) diff --git a/cinder/tests/test_hp3par.py b/cinder/tests/test_hp3par.py index 80f28e65cee..933cc3a505f 100644 --- a/cinder/tests/test_hp3par.py +++ b/cinder/tests/test_hp3par.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # (c) Copyright 2013 Hewlett-Packard Development Company, L.P. diff --git a/cinder/tests/test_nexenta.py b/cinder/tests/test_nexenta.py index 53917968d33..cfc01460918 100644 --- a/cinder/tests/test_nexenta.py +++ b/cinder/tests/test_nexenta.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright 2011 Nexenta Systems, Inc. diff --git a/cinder/tests/test_volume_configuration.py b/cinder/tests/test_volume_configuration.py index 2713a0440e1..d744c7718b4 100644 --- a/cinder/tests/test_volume_configuration.py +++ b/cinder/tests/test_volume_configuration.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright (c) 2012 Rackspace Hosting diff --git a/cinder/volume/configuration.py b/cinder/volume/configuration.py index 8e4b2ba3978..ef1baba077e 100644 --- a/cinder/volume/configuration.py +++ b/cinder/volume/configuration.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # # Copyright (c) 2012 Rackspace Hosting