56daf3a2c355 — Benedikt Fluhr <http://bfluhr.com> 7 years ago
Switch to Python 3
3 files changed, 3 insertions(+), 3 deletions(-)

M img/2functions-intro
M img/example-epigraph
M img/first-examples
M img/2functions-intro +1 -1
@@ 1,4 1,4 @@ 
-#!/usr/bin/python2
+#!/usr/bin/python
 
 import numpy as np
 import matplotlib as mpl

          
M img/example-epigraph +1 -1
@@ 1,4 1,4 @@ 
-#!/usr/bin/python2
+#!/usr/bin/python
 
 import matplotlib as m
 import matplotlib.pyplot as plt

          
M img/first-examples +1 -1
@@ 1,4 1,4 @@ 
-#!/usr/bin/python2
+#!/usr/bin/python
 
 import random
 import itertools as it