Subject: Fixes "broken" hashbangs
From: Manuel Prinz <manuel@debian.org>
Last-Update: 2012-06-21
--- a/pdb2pka/inputgen_pKa.py
+++ b/pdb2pka/inputgen_pKa.py
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/python
 #
 # $Id$
 #
--- a/propka30/Source/corresponding_atoms.py
+++ b/propka30/Source/corresponding_atoms.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python3.0
+#!/usr/bin/python
 
 #
 # * This library is free software; you can redistribute it and/or
--- a/propka30/Source/rotate.py
+++ b/propka30/Source/rotate.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python3.0
+#!/usr/bin/python
 #
 # * This library is free software; you can redistribute it and/or
 # * modify it under the terms of the GNU Lesser General Public
--- a/propka30/propka.py
+++ b/propka30/propka.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # * This library is free software; you can redistribute it and/or
 # * modify it under the terms of the GNU Lesser General Public
