diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-10-11 01:39:10 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-10-11 01:39:10 +0200 |
commit | 98563a5b3c27872b45dac0e5fa0998d5a15b820d (patch) | |
tree | 55c13adf1cfa027c03f53ada39290993d610c6e8 /scripts | |
parent | f0973284742c433449b36d50895815e6b851dc90 (diff) |
It's called python, duh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/streaming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/streaming.py b/scripts/streaming.py index 95367f5..f82d9c8 100755 --- a/scripts/streaming.py +++ b/scripts/streaming.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import urllib2 from lxml import etree |