mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
3 lines
44 B
Python
3 lines
44 B
Python
|
import six
|
||
|
assert not six.PY2
|
||
|
assert six.PY3
|