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:
parent
111d362942
commit
09cc7d3272
4 changed files with 26 additions and 29 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
@ -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()
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue