diff options
Diffstat (limited to 'python/pyudev/README')
-rw-r--r-- | python/pyudev/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyudev/README b/python/pyudev/README index 0439de0e7c..2c76339b75 100644 --- a/python/pyudev/README +++ b/python/pyudev/README @@ -8,5 +8,3 @@ Almost the complete libudev functionality is exposed. You can: - Monitor devices, both synchronously and asynchronously with background threads, or within the event loops of Qt (pyudev.pyqt4, pyudev.pyside), glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx). - -If python3-six is installed, then this will also build for Python 3. |