From c8e6aaa013959c2208eedeaa7f27aeffe7930ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Thu, 26 Jan 2017 17:21:55 +0100 Subject: [PATCH] Revert "Haiku have libmtp and libusb, so use them!" Dbus problems, maybe later. This reverts commit 9901e4b05ec936a8722d4f43526e1ab5e1739114. --- src/calibre/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 7df28ce1d1..934b37de6a 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -168,7 +168,7 @@ class Plugins(collections.Mapping): plugins.extend(['winutil', 'wpd', 'winfonts']) if isosx: plugins.append('usbobserver') - if islinux or isosx or ishaiku: + if islinux or isosx: plugins.append('libusb') plugins.append('libmtp') self.plugins = frozenset(plugins)