diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2016-02-18 12:26:24 -0800 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-02-18 21:08:54 +0000 |
commit | 3a27f75e587dc171ba3a045b707ca616cd9e4c80 (patch) | |
tree | 0f6f85b9327f2f4abd9fb79a34ccd8543573bbf7 /setup.py | |
parent | b1bfbab61e8b6484e49984ae214fa4855f1b41d2 (diff) | |
download | vyos-walinuxagent-3a27f75e587dc171ba3a045b707ca616cd9e4c80.tar.gz vyos-walinuxagent-3a27f75e587dc171ba3a045b707ca616cd9e4c80.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 # |