diff options
| author | Georg Brandl <georg@python.org> | 2010-10-25 17:50:20 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-10-25 17:50:20 (GMT) |
| commit | 856023a098c60ba0d2bcfd01c5cd8ccff7db97b5 (patch) | |
| tree | e2af1c1b988b218c1408fac9db4b3dc3465819ea /Demo/tkinter/matt/pong-demo-1.py | |
| parent | 07e4f1565b8d922fe0df5cf3a15e113f7c562046 (diff) | |
| download | cpython-856023a098c60ba0d2bcfd01c5cd8ccff7db97b5.zip cpython-856023a098c60ba0d2bcfd01c5cd8ccff7db97b5.tar.gz cpython-856023a098c60ba0d2bcfd01c5cd8ccff7db97b5.tar.bz2 | |
#3018: tkinter demo fixes for py3k.
Diffstat (limited to 'Demo/tkinter/matt/pong-demo-1.py')
| -rw-r--r-- | Demo/tkinter/matt/pong-demo-1.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demo/tkinter/matt/pong-demo-1.py b/Demo/tkinter/matt/pong-demo-1.py index 09f9f2e..82a5dc0 100644 --- a/Demo/tkinter/matt/pong-demo-1.py +++ b/Demo/tkinter/matt/pong-demo-1.py @@ -1,7 +1,5 @@ from tkinter import * -import string - class Pong(Frame): def createWidgets(self): |
