mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
89dfd08079
new file: projects/github.com/benjaminp/six/test.py
3 lines
44 B
Python
3 lines
44 B
Python
import six
|
|
assert not six.PY2
|
|
assert six.PY3 |