Author: Steffen Moeller <moeller@debian.org>
Description: fix path to python interpreter
Index: PyCogent-1.5.1/cogent/align/dp_calculation.py
===================================================================
--- PyCogent-1.5.1.orig/cogent/align/dp_calculation.py	2011-06-06 18:10:17.000000000 +0200
+++ PyCogent-1.5.1/cogent/align/dp_calculation.py	2011-08-22 00:16:56.362987354 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/python
 
 from cogent.maths.markov import SiteClassTransitionMatrix
 from cogent.recalculation.definition import PositiveParamDefn, \
Index: PyCogent-1.5.1/cogent/data/molecular_weight.py
===================================================================
--- PyCogent-1.5.1.orig/cogent/data/molecular_weight.py	2011-06-06 18:10:17.000000000 +0200
+++ PyCogent-1.5.1/cogent/data/molecular_weight.py	2011-08-22 00:16:56.362987354 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env Python
+#!/usr/bin/python
 """Data for molecular weight calculations on proteins and nucleotides."""
 
 __author__ = "Rob Knight"
Index: PyCogent-1.5.1/cogent/format/text_tree.py
===================================================================
--- PyCogent-1.5.1.orig/cogent/format/text_tree.py	2011-06-06 18:10:17.000000000 +0200
+++ PyCogent-1.5.1/cogent/format/text_tree.py	2011-08-22 00:16:56.362987354 +0200
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/python
 # file text_tree.py
 """Simple base text representation of phylo tree."""
 
Index: PyCogent-1.5.1/cogent/recalculation/__init__.py
===================================================================
--- PyCogent-1.5.1.orig/cogent/recalculation/__init__.py	2011-06-06 18:10:17.000000000 +0200
+++ PyCogent-1.5.1/cogent/recalculation/__init__.py	2011-08-22 00:16:56.362987354 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/envthon
+#!/usr/bin/python
 __all__ = ['array', 'calculation', 'definition', 'scope', 'setting']
 
 __author__ = "Peter Maxwell"
Index: PyCogent-1.5.1/cogent/recalculation/setting.py
===================================================================
--- PyCogent-1.5.1.orig/cogent/recalculation/setting.py	2011-06-06 18:10:17.000000000 +0200
+++ PyCogent-1.5.1/cogent/recalculation/setting.py	2011-08-22 00:16:56.362987354 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python'
+#!/usr/bin/python
 """Instances of these classes are assigned to different parameter/scopes
 by a parameter controller"""
 
Index: PyCogent-1.5.1/cogent/phylo/maximum_likelihood.py
===================================================================
--- PyCogent-1.5.1.orig/cogent/phylo/maximum_likelihood.py	2011-08-22 00:17:10.787058879 +0200
+++ PyCogent-1.5.1/cogent/phylo/maximum_likelihood.py	2011-08-22 00:17:24.395127334 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python'
+#!/usr/bin/python
 from tree_space import TreeEvaluator, ancestry2tree
 from least_squares import WLS
 from math import exp
