From 27defc0b1d991a621f0a13b3bb0edade2c840c1e Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 25 Nov 2008 21:21:31 +0000 Subject: [PATCH] moving pcu transport code --- {pyssh => pcucontrol/transports/pyssh}/.cvsignore | 0 {pyssh => pcucontrol/transports/pyssh}/__init__.py | 0 {pyssh => pcucontrol/transports/pyssh}/fssa.py | 0 {pyssh => pcucontrol/transports/pyssh}/nbpipe.py | 0 {pyssh => pcucontrol/transports/pyssh}/ptyext.py | 0 {ssh => pcucontrol/transports/ssh}/LICENSE | 0 {ssh => pcucontrol/transports/ssh}/__init__.py | 0 {ssh => pcucontrol/transports/ssh}/fdpexpect.py | 0 {ssh => pcucontrol/transports/ssh}/pexpect.py | 0 {ssh => pcucontrol/transports/ssh}/pxssh.py | 0 telnetlib.py => pcucontrol/transports/telnetlib.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {pyssh => pcucontrol/transports/pyssh}/.cvsignore (100%) rename {pyssh => pcucontrol/transports/pyssh}/__init__.py (100%) rename {pyssh => pcucontrol/transports/pyssh}/fssa.py (100%) rename {pyssh => pcucontrol/transports/pyssh}/nbpipe.py (100%) rename {pyssh => pcucontrol/transports/pyssh}/ptyext.py (100%) rename {ssh => pcucontrol/transports/ssh}/LICENSE (100%) rename {ssh => pcucontrol/transports/ssh}/__init__.py (100%) rename {ssh => pcucontrol/transports/ssh}/fdpexpect.py (100%) rename {ssh => pcucontrol/transports/ssh}/pexpect.py (100%) rename {ssh => pcucontrol/transports/ssh}/pxssh.py (100%) rename telnetlib.py => pcucontrol/transports/telnetlib.py (100%) diff --git a/pyssh/.cvsignore b/pcucontrol/transports/pyssh/.cvsignore similarity index 100% rename from pyssh/.cvsignore rename to pcucontrol/transports/pyssh/.cvsignore diff --git a/pyssh/__init__.py b/pcucontrol/transports/pyssh/__init__.py similarity index 100% rename from pyssh/__init__.py rename to pcucontrol/transports/pyssh/__init__.py diff --git a/pyssh/fssa.py b/pcucontrol/transports/pyssh/fssa.py similarity index 100% rename from pyssh/fssa.py rename to pcucontrol/transports/pyssh/fssa.py diff --git a/pyssh/nbpipe.py b/pcucontrol/transports/pyssh/nbpipe.py similarity index 100% rename from pyssh/nbpipe.py rename to pcucontrol/transports/pyssh/nbpipe.py diff --git a/pyssh/ptyext.py b/pcucontrol/transports/pyssh/ptyext.py similarity index 100% rename from pyssh/ptyext.py rename to pcucontrol/transports/pyssh/ptyext.py diff --git a/ssh/LICENSE b/pcucontrol/transports/ssh/LICENSE similarity index 100% rename from ssh/LICENSE rename to pcucontrol/transports/ssh/LICENSE diff --git a/ssh/__init__.py b/pcucontrol/transports/ssh/__init__.py similarity index 100% rename from ssh/__init__.py rename to pcucontrol/transports/ssh/__init__.py diff --git a/ssh/fdpexpect.py b/pcucontrol/transports/ssh/fdpexpect.py similarity index 100% rename from ssh/fdpexpect.py rename to pcucontrol/transports/ssh/fdpexpect.py diff --git a/ssh/pexpect.py b/pcucontrol/transports/ssh/pexpect.py similarity index 100% rename from ssh/pexpect.py rename to pcucontrol/transports/ssh/pexpect.py diff --git a/ssh/pxssh.py b/pcucontrol/transports/ssh/pxssh.py similarity index 100% rename from ssh/pxssh.py rename to pcucontrol/transports/ssh/pxssh.py diff --git a/telnetlib.py b/pcucontrol/transports/telnetlib.py similarity index 100% rename from telnetlib.py rename to pcucontrol/transports/telnetlib.py -- 2.43.0