Commit 0c5b9e80 authored by Jim Fulton's avatar Jim Fulton

use current reload link

parent 3d3c46f7
...@@ -638,7 +638,7 @@ more commonly, directories containing them. Buildout then creates ...@@ -638,7 +638,7 @@ more commonly, directories containing them. Buildout then creates
With develop eggs, you can modify the sources and the modified sources With develop eggs, you can modify the sources and the modified sources
are reflected in future Python runs (or after `reloads are reflected in future Python runs (or after `reloads
<https://docs.python.org/3/library/imp.html?highlight=reload#imp.reload>`_). <https://docs.python.org/3/library/importlib.html#importlib.reload>`_).
For libraries that you plan to distribute using the Python packaging For libraries that you plan to distribute using the Python packaging
infrastructure, You'll need to write a setup file, because it's needed infrastructure, You'll need to write a setup file, because it's needed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment