From 90f5ba538bf40bcf4fd41049c7bf4296d3ffc9c7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 11 Mar 2010 22:53:45 +0000 Subject: convert shebang lines: python -> python3 --- Demo/turtle/tdemo_fractalcurves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demo/turtle/tdemo_fractalcurves.py') diff --git a/Demo/turtle/tdemo_fractalcurves.py b/Demo/turtle/tdemo_fractalcurves.py index 247f16cae2..c49f8b88ea 100644 --- a/Demo/turtle/tdemo_fractalcurves.py +++ b/Demo/turtle/tdemo_fractalcurves.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 """ turtle-example-suite: tdemo_fractalCurves.py -- cgit v1.2.1