diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-03-18 16:26:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 16:26:32 -0400 |
commit | 609e01d550f62253c56c34fc5a49d01f1d49e6e2 (patch) | |
tree | 908d59950be20044b5205e8907377ce388b5cd7f /tests/test_packetizer.py | |
parent | 57033fb57986a00263e57c615674bfec41efb59c (diff) | |
parent | 94f3894ab74744653604a52a31b28e1ba333e6d8 (diff) |
Merge pull request #2006 from pghmcfc/fsf-address-fix
Fix Free Software Foundation address
Diffstat (limited to 'tests/test_packetizer.py')
-rw-r--r-- | tests/test_packetizer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_packetizer.py b/tests/test_packetizer.py index de80770e..27dee358 100644 --- a/tests/test_packetizer.py +++ b/tests/test_packetizer.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with Paramiko; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ Some unit tests for the ssh2 protocol in Transport. |