From 695fbb4fbe400e55832aef14ddd1039b04d6fa1d Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Wed, 24 Jul 2013 18:55:03 -0700 Subject: [PATCH] use generic she-bang instead of hard-coded python3 --- Tests/runtest.py | 2 +- propka.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/runtest.py b/Tests/runtest.py index 8f7710e..d82c7c4 100755 --- a/Tests/runtest.py +++ b/Tests/runtest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python """ Run test for test pdbs """ diff --git a/propka.py b/propka.py index a789017..f26bc53 100755 --- a/propka.py +++ b/propka.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python import string,re,sys,os,math import Source.lib, Source.molecular_container