summaryrefslogtreecommitdiff
path: root/SWIG/Tools/WAD/Test/foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'SWIG/Tools/WAD/Test/foo.py')
-rw-r--r--SWIG/Tools/WAD/Test/foo.py31
1 files changed, 0 insertions, 31 deletions
diff --git a/SWIG/Tools/WAD/Test/foo.py b/SWIG/Tools/WAD/Test/foo.py
deleted file mode 100644
index dee2e7d57..000000000
--- a/SWIG/Tools/WAD/Test/foo.py
+++ /dev/null
@@ -1,31 +0,0 @@
-import debug
-
-def foo():
- debug.abort_crash(-1)
-
-def bar():
- foo()
-
-def spam():
- bar()
-
-from Tkinter import *
-
-root = Tk()
-
-button = Button(text="Press me", command=spam)
-button.pack()
-
-#root.mainloop()
-
-
-
-
-
-
-
-
-
-
-
-