Remove shebang from setup.py
Most of the repositories don't contain shebang in their setup.py. Let's remove it to make the file more consistent across repos. Change-Id: I844c198878a044b91d04cfa48971712b30288ae1
This commit is contained in:
parent
18138d9f09
commit
6cbb3da041
1
setup.py
1
setup.py
@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
Loading…
Reference in New Issue
Block a user