contrib/packaging/inno/build.py
changeset 41908 c2237fe1359e
parent 41907 9da97f49d4f4
child 41909 1e8fb6522fee
--- a/contrib/packaging/inno/build.py	Thu Mar 07 10:10:04 2019 -0800
+++ b/contrib/packaging/inno/build.py	Thu Mar 07 15:42:32 2019 -0800
@@ -87,8 +87,10 @@
     for finding the Python 2.7 toolchain. So, we require the environment
     to already be configured with an active toolchain.
     """
+    from hgpackaging.downloads import (
+        download_entry,
+    )
     from hgpackaging.util import (
-        download_entry,
         extract_tar_to_directory,
         extract_zip_to_directory,
     )