r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100

removed outdated copyright notices (etc)
This commit is contained in:
Fredrik Lundh 2005-11-12 15:28:52 +00:00
parent 0d89e351e1
commit d489398da9
4 changed files with 2 additions and 23 deletions

View File

@ -1,7 +1,3 @@
#
# Instant Python
# $Id$
#
# tk common colour chooser dialogue
#
# this module provides an interface to the native color dialogue

View File

@ -1,7 +1,3 @@
#
# Instant Python
# $Id$
#
# base class for tk common dialogues
#
# this module provides a base class for accessing the common

View File

@ -1,19 +1,10 @@
# Tkinter font wrapper
#
# Tkinter
# $Id$
#
# font wrapper
#
# written by Fredrik Lundh <fredrik@pythonware.com>, February 1998
# written by Fredrik Lundh, February 1998
#
# FIXME: should add 'displayof' option where relevant (actual, families,
# measure, and metrics)
#
# Copyright (c) Secret Labs AB 1998.
#
# info@pythonware.com
# http://www.pythonware.com
#
__version__ = "0.9"

View File

@ -1,7 +1,3 @@
#
# Instant Python
# $Id$
#
# tk common message boxes
#
# this module provides an interface to the native message boxes