diff options
author | Kyle Guinn <elyk03@gmail.com> | 2016-07-22 02:00:01 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-24 07:27:53 +0700 |
commit | 9aeb08acd1de0fd7ac1745d0671ed8ade57f9d1a (patch) | |
tree | 3c30bb50d54a0abf5a321dc4f0d55021653f8499 /python/pyusb/README | |
parent | e4f1b8a198ef6036031bc54ff80c0376410c1ec1 (diff) | |
download | slackbuilds-9aeb08acd1de0fd7ac1745d0671ed8ade57f9d1a.tar.gz |
python/pyusb: Updated for version 1.0.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'python/pyusb/README')
-rw-r--r-- | python/pyusb/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/pyusb/README b/python/pyusb/README index c93b48b72b..9c8a61e6b1 100644 --- a/python/pyusb/README +++ b/python/pyusb/README @@ -1,3 +1,2 @@ -PyUSB is a native Python module written in C which provides easy USB access -to Python. The module contains classes and methods to support most USB -operations. +PyUSB is a native Python module which provides easy USB access to Python. +The module contains classes and methods to support most USB operations. |