diff options
author | Joe Robinson <joe@lc8n.com> | 2018-08-07 23:19:13 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2018-08-07 23:19:13 +0100 |
commit | d5f01c2f4ccc2cd83776d2a2e5ea30e8f5957eaf (patch) | |
tree | c4883920a326bdee79577f54e97ed3248136a2dd | |
parent | ecfcc3963a5c339ddec4128ea37b0f4175ed3dc6 (diff) | |
parent | dc456553fbc41a459850f1c7df72b2625c4770d4 (diff) |
Merge branch 'master' into 'master'
Change shebang to use python2 specifically
See merge request !1
-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 |