[python] switch from _vendor.py
to _vendor
folder for vendored code
#5879
Labels
emitter:client:python
Issue for the Python client emitter: @typespec/http-client-python
Today when we vendor code in our generated packages, we generate the vendored code in a
_vendor.py
file. We want to switch this to a folderThere are a few steps to do here:
_vendor.py
to a_vendor
folder. This is so we can easily start vendoringcorehttp
andcoreidentity
when we start on that work._vendor.py
file when we split it into a module with different files._vendor/__init__.py
This needs to be fixed before we can support #5807
The text was updated successfully, but these errors were encountered: