Skip to content

Commit

Permalink
deps: Resolve conflicting python updates (#15703)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>

Mirrored from https://github.com/envoyproxy/envoy @ fcdaf20519216082db374dfad92e5b4771cc37fd
  • Loading branch information
data-plane-api(Azure Pipelines) committed Mar 26, 2021
1 parent c2656b4 commit 6d4c657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/generate_listeners.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# in sys.path first.
from pkgutil import extend_path
import google

google.__path__ = extend_path(google.__path__, google.__name__)

from google.protobuf import json_format
Expand Down

0 comments on commit 6d4c657

Please sign in to comment.