summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/tkFont.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib-tk/tkFont.py')
-rw-r--r--Lib/lib-tk/tkFont.py13
1 files changed, 2 insertions, 11 deletions
diff --git a/Lib/lib-tk/tkFont.py b/Lib/lib-tk/tkFont.py
index afbc189..5b5a6ba 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 <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"