Remove unused shebang lines

The package for this installs an entrypoint wrapper, so there's
little point in declaring an interpreter in individual modules.
Further, the existing shebangs misleadingly ran python when we only
intend to support python3. Just remove them to avoid confusion.

Change-Id: I62e761719dbf6c357d5b1564ff21b5722b99722c
This commit is contained in:
Jeremy Stanley 2018-02-28 11:04:54 +00:00
parent 94dcff606f
commit 7c3505cead
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
#! /usr/bin/env python
# Copyright 2011, 2013 OpenStack Foundation
# Copyright 2012 Hewlett-Packard Development Company, L.P.
#

View File

@ -1,5 +1,3 @@
#! /usr/bin/env python
# Copyright (c) 2017, Thierry Carrez
#
# Licensed under the Apache License, Version 2.0 (the "License");