1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
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
|