fix a lot of Tkinter imports

This commit is contained in:
Benjamin Peterson 2009-01-04 18:53:28 +00:00
parent 6cb2bddb85
commit d6d63f5437
76 changed files with 536 additions and 536 deletions

View file

@ -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