Fix makeqstrdata.py to work in Python 2.7
This commit is contained in:
parent
5322ec0962
commit
0308f964a0
@ -1,3 +1,5 @@
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import re
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user