Remove unnecessary shebang
The current shebang requires python 2 instead of python 3. Because the shebang is not really requires this removes it instead of fixing it. Change-Id: I4c82281a67de53c6c8d788000b695a22360c3dd6
This commit is contained in:
parent
1a21fbae26
commit
54f55fe821
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
#
|
||||
# Copyright 2013 OpenStack Foundation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
|
Loading…
Reference in New Issue
Block a user