summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-02 22:03:03 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-02 22:03:03 (GMT)
commitc1df5460c524629255469866847b56f70e688c37 (patch)
tree99cdd60953372a5351a6898bfcc0e0f187e5c05a /Lib
parent2db61fb7a806c7e85bc5eb96cb64574aa10dfde3 (diff)
downloadcpython-c1df5460c524629255469866847b56f70e688c37.zip
cpython-c1df5460c524629255469866847b56f70e688c37.tar.gz
cpython-c1df5460c524629255469866847b56f70e688c37.tar.bz2
remove coding cookie as mandated by PEP 8
Diffstat (limited to 'Lib')
-rw-r--r--Lib/argparse.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/argparse.py b/Lib/argparse.py
index 717b660..e91bb7a 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -1,6 +1,4 @@
-# -*- coding: utf-8 -*-
-
-# Copyright © 2006-2009 Steven J. Bethard <steven.bethard@gmail.com>.
+# Copyright 2006-2009 Steven J. Bethard <steven.bethard@gmail.com>.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy