diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2016-03-07 12:10:21 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-03-07 20:18:37 +0000 |
commit | f2c691f64e4a49472fa7dc7f1aea67a3488a7fe2 (patch) | |
tree | eb25564b5225b509fcefefd371d84e8a5676f69a /setup.py | |
parent | a025ca376a6c9a620cb4cfa6f1f6e070f1597163 (diff) | |
download | vyos-walinuxagent-f2c691f64e4a49472fa7dc7f1aea67a3488a7fe2.tar.gz vyos-walinuxagent-f2c691f64e4a49472fa7dc7f1aea67a3488a7fe2.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 # |