Mention which example you are fixing.
On 11/28/14 09:57, Pavel Hrdina wrote:
The dhcpleases example had an old usage of print function. The
formating
of leases record was also wrong.
I presume you want to make it work in python3. It might be worth
mentioning that explicitly.
The event-test example had an old usage of exceptions.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
examples/dhcpleases.py | 30 ++++++++++++++++++++----------
examples/event-test.py | 4 ++--
2 files changed, 22 insertions(+), 12 deletions(-)
Peter