diff options
Diffstat (limited to 'py/makeqstrdata.py')
-rw-r--r-- | py/makeqstrdata.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index 8cd9bdc70..0280a4aa6 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -4,8 +4,6 @@ Process raw qstr file and output qstr data with length, hash and data bytes. This script works with Python 3.3+. """ -from __future__ import print_function - import re import sys |