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/recalculation/__init__.py
+++ b/src/cogent3/recalculation/__init__.py
@@ -1,2 +1,2 @@
-#!/usr/bin/envthon
+#!/usr/bin/python3
 __all__ = ["calculation", "definition", "scope", "setting"]
--- 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/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."""
 
 
