Federico Ressi 75781a0663 Rename package: tobiko.shell.paramiko -> tobiko.shell.ssh
This should avoid confusion when it is required to import
paramiko and tobiko.shell.paramiko packages on the same
module a the same time. Example:

 import paramiko
 from tobiko.shell import ssh

Change-Id: I191c4ea69331b923e383b0f3d25ab979efa15273
2019-05-24 07:03:53 +02:00
..