use generic she-bang instead of hard-coded python3

This commit is contained in:
Oliver Beckstein
2013-07-24 18:55:03 -07:00
parent 2079259884
commit 695fbb4fbe
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python
""" Run test for test pdbs """ """ Run test for test pdbs """

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python
import string,re,sys,os,math import string,re,sys,os,math
import Source.lib, Source.molecular_container import Source.lib, Source.molecular_container