~ubuntu-branches/ubuntu/trusty/pylint/trusty

« back to all changes in this revision

Viewing changes to gui.py

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Thénault
  • Date: 2006-09-25 16:46:40 UTC
  • mfrom: (1.2.1 upstream) (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20060925164640-obkb6g34gqtyk20n
new uptream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""Tkinker gui for pylint"""
2
2
 
3
 
__revision__ = '$Id: gui.py,v 1.8 2004/08/27 10:18:54 syt Exp $'
 
3
__revision__ = '$Id: gui.py,v 1.8 2004-08-27 10:18:54 syt Exp $'
4
4
 
5
5
from Tkinter import Tk, Frame, Listbox, Entry, Label, Button, Scrollbar
6
6
from Tkinter import TOP, LEFT, RIGHT, BOTTOM, END, X, Y, BOTH