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

Make a package instead of a single file. Update the demos for a

package layout.
parent 1555ae1c
No related branches found
No related tags found
No related merge requests found
2003-10-12 Per Cederqvist <ceder@ceder.dyndns.org>
Make a package instead of a single file.
* pcl_expect.py: File removed. Contents moved to the pcl_expect
package.
* pcl_expect/telnet.py: New file, extracted from pcl_expect.py.
(__all__): New constant.
* pcl_expect/spawn.py: New file, extracted from pcl_expect.py.
(__all__): New constant.
* pcl_expect/popen.py: New file, extracted from pcl_expect.py.
(__all__): New constant.
* pcl_expect/__init__.py: New file, extracted from pcl_expect.py.
(__all__): New constant.
(controller): New name for former class impl.
Update the demos for a package layout.
* demo/dualftp.py: Adjusted to packagization of pcl_expect.
* demo/ftp.py: Ditto.
* demo/ftp.pyex: Ditto.
* demo/ftptrad.py: Ditto.
* demo/telnet.py: Ditto.
* demo/df.py: New demo, extracted from pcl_expect.py.
2003-10-11 Per Cederqvist <ceder@ceder.dyndns.org> 2003-10-11 Per Cederqvist <ceder@ceder.dyndns.org>
Modernize the code. Modernize the code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment