diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2016-02-26 11:06:35 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-03-02 16:03:59 +0000 |
commit | 4021cdee90c6d820752738704b3681039eec1bc3 (patch) | |
tree | e4ba229dbfe6cec53cc5a928ab7a20d6eff4cffa /setup.py | |
parent | 6719463a8dcc1e10703a72f012615ee7bcd08f4b (diff) | |
download | vyos-walinuxagent-4021cdee90c6d820752738704b3681039eec1bc3.tar.gz vyos-walinuxagent-4021cdee90c6d820752738704b3681039eec1bc3.zip |
fix_shebangs.patch
No DEP3 Subject or Description header found
Gbp-Pq: fix_shebangs.patch.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3n3n3 # # Microsoft Azure Linux Agent setup.py # |