Fix makeqstrdata.py to work in Python 2.7
@ -1,3 +1,5 @@
from __future__ import print_function
import argparse
import re
import sys