aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Program.cs')
-rw-r--r--ShiftOS.WinForms/Program.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs
index dfb935e..ea6445c 100644
--- a/ShiftOS.WinForms/Program.cs
+++ b/ShiftOS.WinForms/Program.cs
@@ -188,17 +188,6 @@ namespace ShiftOS.WinForms
case FileType.Executable:
//NYI
throw new Exception();
- case FileType.Python:
- var p = new Engine.Scripting.PythonInterpreter();
- try
- {
- p.ExecuteFile(path);
- }
- catch (Exception ex)
- {
- Infobox.Show("{PY_EXCEPTION}", ex.Message);
- }
- break;
case FileType.Lua:
try
{