summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2006-08-27 07:15:12 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2006-08-27 07:15:12 +0000
commit9a53aa999c793cbc13b58576d885e64c16edb91c (patch)
tree8a51be7303a0dfeec0f791f82facffe8b2549417
parent8a4f1a83ec1689d9ab83973624304c62b2dc9474 (diff)
downloadpexpect-9a53aa999c793cbc13b58576d885e64c16edb91c.tar.gz
A few more lost and found files.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@427 656d521f-e311-0410-88e0-e7920216d269
-rwxr-xr-xpexpect/tools/sfupload.py2
-rwxr-xr-xpexpect/tools/websync.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/pexpect/tools/sfupload.py b/pexpect/tools/sfupload.py
index 78cd0db..c2637b3 100755
--- a/pexpect/tools/sfupload.py
+++ b/pexpect/tools/sfupload.py
@@ -13,6 +13,8 @@ child.sendline('noah@noah.org')
child.expect('ftp> ')
child.sendline('cd /incoming')
child.expect('ftp> ')
+child.sendline('lcd dist')
+child.expect('ftp> ')
child.sendline('bin')
child.expect('ftp> ')
child.sendline('prompt')
diff --git a/pexpect/tools/websync.py b/pexpect/tools/websync.py
index 4294771..311b935 100755
--- a/pexpect/tools/websync.py
+++ b/pexpect/tools/websync.py
@@ -20,7 +20,7 @@ p.sendline (X)
p.expect (pexpect.EOF)
print p.before
-p = pexpect.spawn ('scp doc/clean.css noah@shell.sourceforge.net:htdocs/clean.css')
+p = pexpect.spawn ('scp doc/clean.css doc/email.png noah@shell.sourceforge.net:htdocs/clean.css')
p.logfile = sys.stdout
p.expect (pp_pattern)
p.sendline (X)