diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 17:12:50 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 17:12:50 -0700 |
commit | ae3760ecd982f26079adc78b71249cd2b094d9ef (patch) | |
tree | 570e0c79b38bfeb67d78137278efb0f350448267 /tests/test_ssh_gss.py | |
parent | 14644ff7fb296f9ed40e4be913a17720ebd9b72d (diff) | |
download | paramiko-ae3760ecd982f26079adc78b71249cd2b094d9ef.tar.gz |
Clean up more of the unnecessary-IMHO headers
Diffstat (limited to 'tests/test_ssh_gss.py')
-rw-r--r-- | tests/test_ssh_gss.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test_ssh_gss.py b/tests/test_ssh_gss.py index 98e280ec..595081b8 100644 --- a/tests/test_ssh_gss.py +++ b/tests/test_ssh_gss.py @@ -21,16 +21,6 @@ """ Unit Tests for the GSS-API / SSPI SSHv2 Authentication (gssapi-with-mic) - -@author: Sebastian Deiss -@contact: U{https://github.com/SebastianDeiss/paramiko/issues} -@organization: science + computing ag - (U{EMail<mailto:a.kruis@science-computing.de>}) -@copyright: (C) 2003-2007 Robey Pointer, (C) 2013-2014 U{science + computing ag - <https://www.science-computing.de>} -@license: GNU Lesser General Public License (LGPL) - -Created on 04.12.2013 """ import socket |