diff --git a/Lib/lib-tk/tkColorChooser.py b/Lib/lib-tk/tkColorChooser.py index 64858d1a309..a55a797dd49 100644 --- a/Lib/lib-tk/tkColorChooser.py +++ b/Lib/lib-tk/tkColorChooser.py @@ -1,7 +1,3 @@ -# -# Instant Python -# $Id$ -# # tk common colour chooser dialogue # # this module provides an interface to the native color dialogue diff --git a/Lib/lib-tk/tkCommonDialog.py b/Lib/lib-tk/tkCommonDialog.py index 6f2f1fa2f96..2cd9be4eac0 100644 --- a/Lib/lib-tk/tkCommonDialog.py +++ b/Lib/lib-tk/tkCommonDialog.py @@ -1,7 +1,3 @@ -# -# Instant Python -# $Id$ -# # base class for tk common dialogues # # this module provides a base class for accessing the common diff --git a/Lib/lib-tk/tkFont.py b/Lib/lib-tk/tkFont.py index afbc18917db..5b5a6ba36b7 100644 --- a/Lib/lib-tk/tkFont.py +++ b/Lib/lib-tk/tkFont.py @@ -1,19 +1,10 @@ +# Tkinter font wrapper # -# Tkinter -# $Id$ -# -# font wrapper -# -# written by Fredrik Lundh , 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" diff --git a/Lib/lib-tk/tkMessageBox.py b/Lib/lib-tk/tkMessageBox.py index 8c94677a077..25071fe591a 100644 --- a/Lib/lib-tk/tkMessageBox.py +++ b/Lib/lib-tk/tkMessageBox.py @@ -1,7 +1,3 @@ -# -# Instant Python -# $Id$ -# # tk common message boxes # # this module provides an interface to the native message boxes