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