From c8cccd58af453a0b702b3bb3d0b5ab9602db7546 Mon Sep 17 00:00:00 2001
From: Ingvar Stepanyan <me@rreverser.com>
Date: Wed, 15 Nov 2017 20:12:49 +0000
Subject: [PATCH] Fix test.py shebang

Ensures that Python is correctly found across different platforms.
---
 test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.py b/test.py
index a4c6da6..7c186e6 100755
--- a/test.py
+++ b/test.py
@@ -1,4 +1,4 @@
-#!/bin/python
+#!/usr/bin/env python
 
 import os
 import glob
-- 
GitLab