~russell/ibid/jira-plugin

« back to all changes in this revision

Viewing changes to ibid/dbus.py

  • Committer: Michael Gorven
  • Date: 2009-01-24 12:39:04 UTC
  • Revision ID: michael@gorven.za.net-20090124123904-nd3g5jyqaa52st3c
Run Ibid through pyflakes and remove unnecessary imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import dbus
2
1
import dbus.service
3
2
 
4
3
class DbusModule(dbus.service.Object):