Home
last modified time | relevance | path

Searched refs:AS_VERSION (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_applesingle.py13 AS_VERSION=0x00020000 variable
17 applesingledata = struct.pack(">ll16sh", AS_MAGIC, AS_VERSION, "foo", 2) + \
/external/python/cpython2/Lib/plat-mac/
Dapplesingle.py36 AS_VERSION=0x00020000 variable
63 if version != AS_VERSION: