Skip to content
Snippets Groups Projects
Commit d889488c authored by nkour's avatar nkour
Browse files

rm unused var

parent b4b96c83
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,8 @@ try:
import dbus.service
# cause dbus 0.35+ doesn't return signal replies without it
import dbus.glib
version = getattr(dbus, 'version')
supported = True
except ImportError:
version = (0, 0, 0)
supported = False
if not os.name == 'nt': # only say that to non Windows users
print _('D-Bus python bindings are missing in this computer')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment