summaryrefslogtreecommitdiff
path: root/Lib/encodings/punycode.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-08-30 14:05:50 +0000
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-08-30 14:05:50 +0000
commite01de8f2f3f8ec2ad58e1baddb7c2c657e331796 (patch)
tree7f0ff7816d62805e212a7a14eb6cc07808792bbb /Lib/encodings/punycode.py
parente992a7da019ab07baf4992f4b795386185854038 (diff)
downloadcpython-git-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.tar.gz
remove pointless coding cookies
Diffstat (limited to 'Lib/encodings/punycode.py')
-rw-r--r--Lib/encodings/punycode.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/punycode.py b/Lib/encodings/punycode.py
index 8129af2543..66c51013ea 100644
--- a/Lib/encodings/punycode.py
+++ b/Lib/encodings/punycode.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
""" Codec for the Punicode encoding, as specified in RFC 3492
Written by Martin v. Löwis.