index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AppPkg
/
Applications
/
Python
/
Python-2.7.2
/
Tools
/
scripts
/
idle
blob: bc13a074bc7b75cd8884fca1172afa1a4f01fd78 (
plain
)
1
2
3
4
5
#! /usr/bin/env python from idlelib.PyShell import main if __name__ == '__main__': main()