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