You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason that the files in test/verify/ don't need to do sys.path
hacks is because parent.py has been symlinked into that directory. Do
the same with the two other directories which contain scripts which need
such hacks, allowing a substantial cleanup.
Make some minor code adjustments to use the variables defined in
parent.py instead of the home-brew versions.
Add a somewhat dubious cwd= parameter to the `git grep` subprocess
invocation in tools/url-check. This is strictly correct (since we want
to check the base directory, regardless of the current directory when
the tool was invoked) but we're really doing as a convenient way to
avoid a message about an unused import.
0 commit comments