Changed pydoc's output to not show an absolute path.

- The absolute path was causing tools_test.py to fail within
  test_distributions.py.
This commit is contained in:
Andrew Hamilton 2017-09-05 19:24:31 +01:00
parent 111d362942
commit 09cc7d3272
4 changed files with 26 additions and 29 deletions

View file

@ -1,12 +1,12 @@
Help on module hi3:
NAME
hi3
FUNCTIONS
hi()
FILE
/CWD/input/hi3.py
Help on module hi3:
NAME
hi3
FUNCTIONS
hi()
FILE
input/hi3.py

View file

@ -1,12 +1,12 @@
Help on module hi:
NAME
hi
FILE
/CWD/input/hi.py
FUNCTIONS
hi()
Help on module hi:
NAME
hi
FILE
input/hi.py
FUNCTIONS
hi()