From: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: For Debian, we are only supporting Python version 3
--- proteinortho.orig/src/proteinortho_ffadj_mcs.py
+++ proteinortho/src/proteinortho_ffadj_mcs.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 from sys import stderr, exit, argv, maxsize
 from copy import deepcopy
