Browse Source

tests: Add byteorder query script.

pull/1444/head
Paul Sokolovsky 9 years ago
parent
commit
a488c266c3
  1. 2
      tests/byteorder.py

2
tests/byteorder.py

@ -0,0 +1,2 @@
import sys
print(sys.byteorder)
Loading…
Cancel
Save