File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- Ensure python3.exe and python3 on Windows for Python 3. - by :user: `esafak `.
1+ Ensure python3.exe and python3 on Windows for Python 3 - by :user: `esafak `.
Original file line number Diff line number Diff line change 1- Replaced direct references to tcl/tk library paths with getattr. By :user: `esafak `
1+ Replaced direct references to tcl/tk library paths with getattr - by :user: `esafak `
Original file line number Diff line number Diff line change 1+ Restore absolute import of fs_is_case_sensitive - by :user: `esafak `.
Original file line number Diff line number Diff line change @@ -660,7 +660,7 @@ def _possible_base(self):
660660 lower = base .lower ()
661661 yield lower
662662
663- from .info import fs_is_case_sensitive # noqa: PLC0415
663+ from virtualenv . discovery .info import fs_is_case_sensitive # noqa: PLC0415
664664
665665 if fs_is_case_sensitive ():
666666 if base != lower :
You can’t perform that action at this time.
0 commit comments