MartijnBraam / python-isc-dhcp-leases

Small python module for reading /var/lib/dhcp/dhcpd.leases from isc-dhcp-server
MIT License
123 stars 47 forks source link

python-six is not required #38

Open pgajdos opened 2 years ago

pgajdos commented 2 years ago

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.