diff options
| author | blotus | 2015-09-08 17:28:38 +0200 |
|---|---|---|
| committer | blotus | 2015-09-08 17:28:38 +0200 |
| commit | 2773cdee68438a943765d02471d452449567fd40 (patch) | |
| tree | a7f1721140b8fe69e35ee13bf505276d0bdfdd55 | |
| parent | b7df1dfdc1ba9817ce4a4915263ca7fd2da18d8b (diff) | |
| parent | 3f0c4eb97ec61ad114186c9d72b43b9a92b6071a (diff) | |
Merge pull request #9 from gdelpierre/master
fix shebang typo
| -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 |
