5 lines
72 B
Python
5 lines
72 B
Python
import six
|
|
|
|
if six.PY2:
|
|
collect_ignore = ['wolframalpha/pmxbot.py']
|