8 lines
128 B
INI
8 lines
128 B
INI
|
import sys
|
||
|
|
||
|
root = config.root
|
||
|
|
||
|
if sys.byteorder == "little":
|
||
|
config.unsupported = False
|
||
|
else:
|
||
|
config.unsupported = True
|