Skip to content

Commit

Permalink
also make the *.py in ch13/ and ch14/ officially require python3
Browse files Browse the repository at this point in the history
  • Loading branch information
bueler committed Jun 3, 2020
1 parent daca59c commit 7b00f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/ch13/fish.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from argparse import ArgumentParser, RawTextHelpFormatter
from firedrake import *
Expand Down
2 changes: 1 addition & 1 deletion python/ch14/stokes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
from argparse import ArgumentParser, RawTextHelpFormatter
Expand Down

0 comments on commit 7b00f87

Please sign in to comment.