Commit b5d5d9b9 authored by Arnaud Fontaine's avatar Arnaud Fontaine

`input` is the name of parameter/class attribute, not input() builtin.

a17bb910: py2/py3: Make Products code compatible with both python2 and python3.
parent 350b2c36
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
from __future__ import print_function from __future__ import print_function
from __future__ import absolute_import from __future__ import absolute_import
from six.moves import input, xrange from six.moves import range
import threading import threading
from .AdvancedSearchTextDetector import AdvancedSearchTextDetector from .AdvancedSearchTextDetector import AdvancedSearchTextDetector
from .AdvancedSearchTextParser import AdvancedSearchTextParser from .AdvancedSearchTextParser import AdvancedSearchTextParser
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment