From 5c90a44057012694edc05e83378d96343af67a4c Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Wed, 22 Apr 2015 16:05:28 -0700 Subject: [PATCH] Required Python 3 --- tools/make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make.py b/tools/make.py index 3b7bf9d94e..bf50685b85 100644 --- a/tools/make.py +++ b/tools/make.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # vim: set fileencoding=utf-8 : # make.py