BTW I feel it's a bit better if we can use six.move for python 2 and python3 compatibility, because it would make it easier to drop python2 support later (just grep for six and remove all) and also because tools such as pylint or mypy do not like this try/except ImportError pattern.
BTW I feel it's a bit better if we can use `six.move` for python 2 and python3 compatibility, because it would make it easier to drop python2 support later (just grep for `six` and remove all) and also because tools such as pylint or mypy do not like this try/except ImportError pattern.