Skip to content

Commit 430bbdc

Browse files
authored
[client\_generate.py] Remove PATH variable (#836)
1 parent bf087db commit 430bbdc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

comtypes/client/_generate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
logger = logging.getLogger(__name__)
1717

18-
PATH = os.environ["PATH"].split(os.pathsep)
19-
2018

2119
def _my_import(fullname: str) -> types.ModuleType:
2220
"""helper function to import dotted modules"""

0 commit comments

Comments
 (0)