MartijnBraam / python-isc-dhcp-leases

Small python module for reading /var/lib/dhcp/dhcpd.leases from isc-dhcp-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-six is not required

pgajdos opened this issue · comments

iteritems is imported from six in iscdhcpleases.py, but there's no usage of it in this file. Therefore six can be removed from the package dependencies I think.