- Notifications
You must be signed in to change notification settings - Fork66
Commit965d2d3
committed
Never add a vendored smmap directory to sys.path
This removes the logic that appended the git submodule directoryfor smmap to sys.path under most circumstances when the versionof gitdb was not from PyPI. Now gitdb does not modify sys.path.Seegitpython-developers/GitPython#1717andgitpython-developers/GitPython#1720 forcontext. This change is roughly equivalent to the change toGitPython, though as noted the behavior being eliminated is subtlydifferent here and there.1 parent3d3e957 commit965d2d3
1 file changed
+0
-22
lines changedLines changed: 0 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 | 7 |
| |
29 | 8 |
| |
30 | 9 |
| |
31 | 10 |
| |
32 | 11 |
| |
33 | 12 |
| |
34 |
| - | |
35 | 13 |
| |
36 | 14 |
| |
37 | 15 |
| |
|
0 commit comments
Comments
(0)