repo.or.cz
/
dbus-python-phuang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test/, include/: remove accidentally duplicated lines from license statement
[dbus-python-phuang.git]
/
dbus_bindings.py
blob
836b2116c8b15c9107447312f6c7a0a801fd9811
1
from
warnings
import
warn
as
_warn
2
from
dbus
._
dbus
import
_dbus_bindings_warning
3
_warn
(
_dbus_bindings_warning
,
DeprecationWarning
,
stacklevel
=
2
)
4
5
from
dbus
.
dbus_bindings
import
*