diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-08-22 14:26:18 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-08-22 14:26:18 -0700 |
commit | 677166b4411e86029226f3d093701fb3b999a082 (patch) | |
tree | 033ed8fe463118f196274265febf9ecb3919277d /tests/test_util.py | |
parent | c5f6a8f174d0c465d489551c0c82c6c0489c37bb (diff) | |
parent | 57201d2de9cd4080480cfed2fe2572fa1c908acb (diff) |
Merge branch '2.4'
Diffstat (limited to 'tests/test_util.py')
-rw-r--r-- | tests/test_util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index 23b2e86a..705baa14 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -67,7 +67,6 @@ from paramiko import * class UtilTest(unittest.TestCase): - def test_import(self): """ verify that all the classes can be imported from paramiko. |