Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 07 Jan 2020 20:12:00 +0100
Description: Fix broken interpreter lines
Forwarded: not-needed

--- a/src/cogent3/phylo/maximum_likelihood.py
+++ b/src/cogent3/phylo/maximum_likelihood.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python'
+#!/usr/bin/python3
 from math import exp
 
 from .least_squares import WLS
--- a/src/cogent3/recalculation/__init__.py
+++ b/src/cogent3/recalculation/__init__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/envthon
+#!/usr/bin/python3
 __all__ = ["calculation", "definition", "scope", "setting"]
 
 __author__ = "Peter Maxwell"
--- a/src/cogent3/recalculation/setting.py
+++ b/src/cogent3/recalculation/setting.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python'
+#!/usr/bin/python3
 """Instances of these classes are assigned to different parameter/scopes
 by a parameter controller"""
 
--- a/src/cogent3/align/dp_calculation.py
+++ b/src/cogent3/align/dp_calculation.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/python3
 
 import numpy
 
--- a/src/cogent3/data/molecular_weight.py
+++ b/src/cogent3/data/molecular_weight.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env Python
+#!/usr/bin/python3
 """Data for molecular weight calculations on proteins and nucleotides."""
 
 __author__ = "Rob Knight"
