From 86c03a98d11e93880b4568776e0939113a92a707 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 27 Feb 2019 20:44:52 +0100 Subject: Migrate to python 3 - Clean old migrations and some old scripts --- example_project/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/manage.py') diff --git a/example_project/manage.py b/example_project/manage.py index 80114eb68..655a2475a 100755 --- a/example_project/manage.py +++ b/example_project/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os import sys -- cgit v1.2.3