summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2018-08-01 10:14:18 +0100
committerLuke Bratch <luke@bratch.co.uk>2018-08-01 10:14:18 +0100
commit0a7d38d339b4f1bc7c1dbb3297f8be4578fcdb70 (patch)
treebcb360dc6f32df9d5bd7695a39ad026128f0ef1c
parent66acfaf24770bcaed0d1300c38ceb414c81452db (diff)
Change shebang to use python2 specifically
-rw-r--r--saucypy2
1 files changed, 1 insertions, 1 deletions
diff --git a/saucypy b/saucypy
index fb1a5be..42dd9f2 100644
--- a/saucypy
+++ b/saucypy
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python2
import difflib
import json