Skip to content

Commit

Permalink
Re-add tools.find_package_dirs() as a deprecated function, correct
Browse files Browse the repository at this point in the history
tools.find_packages() documentation
  • Loading branch information
natefoo committed Oct 15, 2018
1 parent 0667367 commit eac59ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delocate/delocating.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .pycompat import string_types
from .libsana import tree_libs, stripped_lib_dict, get_rp_stripper
from .tools import (set_install_name, zip2dir, dir2zip, validate_signature,
find_packages, set_install_id, get_archs)
find_package_dirs, find_packages, set_install_id, get_archs)
from .tmpdirs import TemporaryDirectory
from .wheeltools import rewrite_record, InWheel

Expand Down

0 comments on commit eac59ce

Please sign in to comment.