Description: change sha-bang line in yao.py
 upstream uses env python2, turn it into /usr/bin/python which is the
 right name for Debian's python2 interpreter.
Author: Thibaut Paumard <thibaut@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2014-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/yao.py
+++ b/yao.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/python
 #
 # yao.py
 #
