Sign in
qemu
/
edk2
/
refs/heads/PreMemMeasurePPI
/
.
/
AppPkg
/
Applications
/
Python
/
Python-2.7.2
/
Tools
/
scripts
/
idle
blob: bc13a074bc7b75cd8884fca1172afa1a4f01fd78 [
file
] [
log
] [
blame
]
#! /usr/bin/env python
from
idlelib
.
PyShell
import
main
if
__name__
==
'__main__'
:
main
()