summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/kill.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-04 18:53:28 +0000
committerBenjamin Peterson <benjamin@python.org>2009-01-04 18:53:28 +0000
commitd6d63f543796c48fd9a1f297b860287443687d2e (patch)
tree63875b35c0fc3f1e7280dce75cb12c052915ce69 /Demo/tkinter/guido/kill.py
parent6cb2bddb85d2cdc16c214b35d795fb60840bcc67 (diff)
downloadcpython-git-d6d63f543796c48fd9a1f297b860287443687d2e.tar.gz
fix a lot of Tkinter imports
Diffstat (limited to 'Demo/tkinter/guido/kill.py')
-rwxr-xr-xDemo/tkinter/guido/kill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/kill.py b/Demo/tkinter/guido/kill.py
index 36b479d8e2..36caba6be2 100755
--- a/Demo/tkinter/guido/kill.py
+++ b/Demo/tkinter/guido/kill.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# Tkinter interface to Linux `kill' command.
-from Tkinter import *
+from tkinter import *
from string import splitfields
from string import split
import subprocess