Fix makeqstrdata.py to work in Python 2.7

genexit-inst
Dave Hylands 2014-03-10 00:07:35 -07:00
parent 5322ec0962
commit 0308f964a0
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from __future__ import print_function
import argparse
import re
import sys