#772 closed defect (fixed)
carquinol.datastore: need to import dbus.service
Reported by: | sascha_silbe | Owned by: | tomeu |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Minor | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
Generating API docs for carquinol.datastore fails because "dbus.service" is not imported, but just "dbus".
It probably works during normal operation because dbus.service has (supposedly) already been imported by some other module. But for standalone usage like API docs generation it breaks.
Change History (3)
comment:1 Changed 14 years ago by sascha_silbe
comment:2 Changed 14 years ago by tomeu
- Resolution set to fixed
- Status changed from new to closed
Pushed, it helps a lot if you ping from time to time.
comment:3 Changed 10 years ago by dnarvaez
- Component changed from sugar-datastore to Sugar
Note: See
TracTickets for help on using
tickets.
It also breaks the tests I'm currently working on adding back. Do you want we to go through the review process for this one-line addition? ;)