From 869576e8abbab71d7e2d0f3133769e5e8812d730 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 18 Jul 2014 13:31:14 -0400
Subject: [PATCH] hard-coded to system python

---
 vendor/bpwatch/bpwatch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor/bpwatch/bpwatch b/vendor/bpwatch/bpwatch
index 7c0a5b88..8923f729 100755
--- a/vendor/bpwatch/bpwatch
+++ b/vendor/bpwatch/bpwatch
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/python
 
 
 import os
-- 
GitLab