Skip to content

Commit 285cac8

Browse files
committed
Iterate on finding an appropriate new patch for pipdeptree.
1 parent 4f82c4d commit 285cac8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import os
2+
import sys
3+
4+
pardir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
5+
# for finding pipdeptree itself
6+
sys.path.append(pardir)
7+
# for finding stuff in vendor and patched
8+
sys.path.append(os.path.dirname(os.path.dirname(pardir)))
9+

0 commit comments

Comments
 (0)