From 4947a5428e13ae4abac5306e136e5545894fce3f Mon Sep 17 00:00:00 2001 From: Louie Lu Date: Tue, 1 Mar 2016 13:04:48 +0800 Subject: [PATCH] fixed interperter to python3 --- bin/make3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make3.py b/bin/make3.py index 8a29d8a..7d965d7 100644 --- a/bin/make3.py +++ b/bin/make3.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # -*- coding: utf-8 -*- import sys