Skip to content
Snippets Groups Projects
Commit 22726a9b authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Adjusted to the API change of tcp.py.

parent 05338ec8
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@
import pcl_expect.tcp
import pcl_expect
kom = pcl_expect.tcp.Tcp(("kom.lysator.liu.se", 4894))
kom = pcl_expect.tcp.TcpClient(("kom.lysator.liu.se", 4894))
kom.send("A20Hpcl-expect time demo\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment