[Twisted-Python] PATCH: doc/howto/conch_client.html

Lee Harr missive at hotmail.com
Sun Mar 23 09:19:37 EST 2003


Hi;

Found a typo in one of the examples...  Also, I am getting an odd
message from cvs at the end of the file... Not sure what to make
of that.


9:14 >cvs diff -u conch_client.html
Index: conch_client.html
===================================================================
RCS file: /cvs/Twisted/doc/howto/conch_client.html,v
retrieving revision 1.2
diff -u -r1.2 conch_client.html
--- conch_client.html   18 Mar 2003 05:11:45 -0000      1.2
+++ conch_client.html   23 Mar 2003 14:18:30 -0000
@@ -114,7 +114,7 @@
     name = 'session'

     def channelOpen(self, data):
-        d = self.conn.sendRequest(self, 'exec', commons.NS('cat'),
+        d = self.conn.sendRequest(self, 'exec', common.NS('cat'),
                                   wantReply = 1)
         d.addCallback(self._cbSendRequest)
         self.catData = ''
@@ -154,4 +154,4 @@
but we will still receive data through dataReceived().  The closed() method 
is called
when both sides of the connection are closed, and we use it to display the 
data we
received (which should be the same as the data we sent.)</p>
-</body></html>
\ No newline at end of file
+</body></html>






_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail





More information about the Twisted-Python mailing list