revert remote_control accidental commit
This commit is contained in:
parent
754999db24
commit
79f195a56b
|
@ -26,13 +26,11 @@ from common import i18n
|
|||
|
||||
_ = i18n._
|
||||
|
||||
USE_DBUS = True
|
||||
|
||||
try:
|
||||
import dbus
|
||||
_version = getattr(dbus, 'version', (0, 20, 0))
|
||||
except ImportError:
|
||||
USE_DBUS = True # user can't do OpenGPG only if he removed the file!
|
||||
pass
|
||||
|
||||
if _version >= (0, 41, 0):
|
||||
import dbus.service
|
||||
|
|
Loading…
Reference in New Issue