mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 16:23:37 +02:00
...
This commit is contained in:
parent
1a8ab239f0
commit
9eba0872fc
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
DBusException, NameExistsException, UnknownMethodException)
|
||||
from dbus.lowlevel import ErrorMessage, MethodReturnMessage, MethodCallMessage
|
||||
from dbus.proxies import LOCAL_PATH
|
||||
is_py2 = True
|
||||
is_py2 = sys.version_info.major == 2
|
||||
|
||||
class dbus_property(object):
|
||||
"""A decorator used to mark properties of a `dbus.service.Object`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue