summaryrefslogtreecommitdiff
path: root/Lib/getopt.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/getopt.py
parente992a7da019ab07baf4992f4b795386185854038 (diff)
downloadcpython-git-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.tar.gz
remove pointless coding cookies
Diffstat (limited to 'Lib/getopt.py')
-rw-r--r--Lib/getopt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/getopt.py b/Lib/getopt.py
index ac77126acf..980861d251 100644
--- a/Lib/getopt.py
+++ b/Lib/getopt.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""Parser for command line options.
This module helps scripts to parse the command line arguments in