Skip to content
Snippets Groups Projects
Commit f7d063ed authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Renove a magic link obsolesced by PYTHONPATH changes.

parent 2872d6e9
No related branches found
No related tags found
Loading
Pipeline #
......@@ -1024,7 +1024,7 @@ def afterparty(ctx):
if ctx.cmd in ('uninstall', 'install'):
# Make sure libs are removed from the old location
FixConfig.cleanup_python_libs(ctx, ctx.cmd)
for x in ("ntpclients", "tests/pylib"):
for x in ("tests/pylib",):
# List used to be longer...
path_build = ctx.bldnode.make_node("pylib")
path_source = ctx.bldnode.make_node(x + "/ntp")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment