diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-06-12 14:07:12 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-12 22:14:26 -0500 |
commit | 63cb991c343864451782448524314643ece34a00 (patch) | |
tree | ac16147c5fbcbd78c74c5ef0f2e3e716430ab3e1 /system/pyserial/README | |
parent | 2f372f8682bf6d9e7b9666269ab4daf8c58559e1 (diff) | |
download | slackbuilds-63cb991c343864451782448524314643ece34a00.tar.gz |
system/pyserial: Reverted maintainer change.
Also reverted the changes to slack-desc (it was wrong) and
README (previous one was better). Perhaps I should pay
more attention when doing updates :/
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/pyserial/README')
-rw-r--r-- | system/pyserial/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/pyserial/README b/system/pyserial/README index df7ec29253..bc6ddf9364 100644 --- a/system/pyserial/README +++ b/system/pyserial/README @@ -1,2 +1 @@ -Provides access to serial ports for Python applications by providing an -appropriate backend. +pyserial is a python module that encapsulates access to a serial port. |