From 3f0c4eb97ec61ad114186c9d72b43b9a92b6071a Mon Sep 17 00:00:00 2001 From: Guillaume Delpierre Date: Tue, 8 Sep 2015 17:27:26 +0200 Subject: fix shebang typo --- poc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poc.py b/poc.py index f1d5399..be8e612 100644 --- a/poc.py +++ b/poc.py @@ -1,4 +1,4 @@ -#1/usr/bin/env python +#!/usr/bin/env python import fnmatch import os -- cgit v1.3