diff options
| author | Guillaume Delpierre | 2015-09-08 17:27:26 +0200 |
|---|---|---|
| committer | Guillaume Delpierre | 2015-09-08 17:27:26 +0200 |
| commit | 3f0c4eb97ec61ad114186c9d72b43b9a92b6071a (patch) | |
| tree | a7f1721140b8fe69e35ee13bf505276d0bdfdd55 /poc.py | |
| parent | 9c9daa6e9ad114f4e743e3ec0cea5d4d6f851ea7 (diff) | |
fix shebang typo
Diffstat (limited to 'poc.py')
| -rw-r--r-- | poc.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | #1/usr/bin/env python | 1 | #!/usr/bin/env python |
| 2 | 2 | ||
| 3 | import fnmatch | 3 | import fnmatch |
| 4 | import os | 4 | import os |
