Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norstbox
gajim
Commits
d889488c
Commit
d889488c
authored
Sep 21, 2006
by
nkour
Browse files
rm unused var
parent
b4b96c83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dbus_support.py
View file @
d889488c
...
...
@@ -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'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment