blob: ecd4f5de03f59efdc4da146b456bf18fb9284979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/qasm2tex.py b/qasm2tex.py
index 422c3ff..9cf579b 100755
--- a/qasm2tex.py
+++ b/qasm2tex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.7
#
# File: qasm2tex.py
# Date: 22-Mar-04
--
2.8.3
|