Skip to content

Commit 0308f96

Browse files
committed
Fix makeqstrdata.py to work in Python 2.7
1 parent 5322ec0 commit 0308f96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/makeqstrdata.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import print_function
2+
13
import argparse
24
import re
35
import sys

0 commit comments

Comments
 (0)