summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-07-16 23:10:57 (GMT)
committerGuido van Rossum <guido@python.org>2007-07-16 23:10:57 (GMT)
commitd77d6992a5e31660a9eb8dc02f6c28d464c75ed8 (patch)
tree14ac0b661847ce759e4799fd4d1c95af2a459d15 /Lib/lib-tk
parent6a2ccd0273c9694afd81bc141e2005820a30a29c (diff)
downloadcpython-d77d6992a5e31660a9eb8dc02f6c28d464c75ed8.zip
cpython-d77d6992a5e31660a9eb8dc02f6c28d464c75ed8.tar.gz
cpython-d77d6992a5e31660a9eb8dc02f6c28d464c75ed8.tar.bz2
Change a bunch of file encodings from Latin-1 to UTF-8.
Remove the encoding from Tix.py (it doesn't seem to need one). Note: we still have to keep the "coding: utf-8" declaration for files that aren't pure ASCII, as the default per PEP 3120 hasn't been implemented yet.
Diffstat (limited to 'Lib/lib-tk')
-rwxr-xr-xLib/lib-tk/Tix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tix.py b/Lib/lib-tk/Tix.py
index 970e7ae..a91b003 100755
--- a/Lib/lib-tk/Tix.py
+++ b/Lib/lib-tk/Tix.py
@@ -1,4 +1,4 @@
-# -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
+# -*-mode: python; fill-column: 75; tab-width: 8 -*-
#
# $Id$
#