diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-02 22:08:40 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-02 22:08:40 (GMT) |
commit | 5e32fe5f9dcc1b16a2231566da2f5df49bd8b0f6 (patch) | |
tree | 0e35921662d00573a88f288026fc1d7d88dca2dd /Lib | |
parent | a39e966e97af0ca8cf395a2ab8a02555ebe684c7 (diff) | |
download | cpython-5e32fe5f9dcc1b16a2231566da2f5df49bd8b0f6.zip cpython-5e32fe5f9dcc1b16a2231566da2f5df49bd8b0f6.tar.gz cpython-5e32fe5f9dcc1b16a2231566da2f5df49bd8b0f6.tar.bz2 |
remove another coding cookie
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_argparse.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index 4392e42..0c0b256 100644 --- a/Lib/test/test_argparse.py +++ b/Lib/test/test_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 |