tests: Add missing "import sys".

This commit is contained in:
Paul Sokolovsky 2014-10-06 22:30:46 +03:00
parent f53c343363
commit 9aeec0e3a3

View File

@ -1,3 +1,4 @@
import sys
import uctypes import uctypes
if sys.byteorder != "little": if sys.byteorder != "little":