From 72cb3c84e5ad5118eb1d2fff818c30e8a8600e63 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 25 Oct 2003 21:32:25 +0000 Subject: [PATCH] Create a module doc string. --- pcl_expect/pyserial.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pcl_expect/pyserial.py b/pcl_expect/pyserial.py index c5c0095..fea60a8 100644 --- a/pcl_expect/pyserial.py +++ b/pcl_expect/pyserial.py @@ -1,3 +1,10 @@ +"""Read input from a serial port using the pySerial module. + + pySerial is available from http://pyserial.sourceforge.net/ + This code has been tested with version 2.0b2 of pySerial. + +""" + import serial import pcl_expect @@ -9,8 +16,6 @@ __all__ = [ class Serial(pcl_expect.Expectable): """Read input from a serial port using the pySerial module. - pySerial is available from http://pyserial.sourceforge.net/ - Once you have created a pcl_expect.Serial object, you can access the underlying serial.Serial object via the serial attribute. However, this class will not work if the file -- GitLab