Changeset 5510
- Timestamp:
- 02/08/10 14:56:43 (6 months ago)
- Files:
-
- 1 modified
-
pm/trunk/umit/pm/core/bus.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pm/trunk/umit/pm/core/bus.py
r5486 r5510 166 166 svc_inst = ServiceBus().get_service(svcid) 167 167 168 if not svc_inst: 169 return 170 168 171 for _, meth in inspect.getmembers(self, inspect.ismethod): 169 172 meth_name = meth.__name__
