From 9489e6b117f0e53e79fdbfb9520a1070d847ae5a Mon Sep 17 00:00:00 2001 From: Arthur Darcet Date: Sat, 2 Feb 2013 11:56:01 +0100 Subject: [PATCH] Use python2 in manage.py and Makefile --- Makefile | 2 +- manage.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c0a4e20..cda2569 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -MANAGE_PY = python manage.py +MANAGE_PY = python2 manage.py default: all diff --git a/manage.py b/manage.py index 787c342..75b1188 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import os import sys -- 2.1.4