diff options
author | Luke Bratch <luke@bratch.co.uk> | 2018-08-07 22:32:08 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2018-08-07 22:32:08 +0100 |
commit | dc456553fbc41a459850f1c7df72b2625c4770d4 (patch) | |
tree | c4883920a326bdee79577f54e97ed3248136a2dd | |
parent | ecfcc3963a5c339ddec4128ea37b0f4175ed3dc6 (diff) |
Change shebang to use python2 specifically
-rwxr-xr-x | wikiquery | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python2 import shlex import optparse |