summaryrefslogtreecommitdiffstats
path: root/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/idle
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/idle')
-rw-r--r--AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/idle5
1 files changed, 5 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/idle b/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/idle
new file mode 100644
index 0000000000..bc13a074bc
--- /dev/null
+++ b/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/idle
@@ -0,0 +1,5 @@
+#! /usr/bin/env python
+
+from idlelib.PyShell import main
+if __name__ == '__main__':
+ main()