Shoobx / xmldiff

A library and command line utility for diffing xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkg_resources is deprecated

theCapypara opened this issue · comments

xmldiff currently still uses pkg_resouces in its main.py. That package is deprecated and scheduled to be removed from the Python standard library, being replaced with importlib. xmldiff should probably switch to using importlib.