Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Renamed bcli alias to newbbl to avoid command line confussion
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Alvarez <[email protected]>
  • Loading branch information
Juanjo Alvarez committed Mar 22, 2019
1 parent faa8c76 commit 120047a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bblfsh/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import grpc

import bblfsh.client as bcli
import bblfsh.client as newbbl
from bblfsh import role_id, role_name
from bblfsh.node import Node
from bblfsh.node_iterator import NodeIterator
Expand Down Expand Up @@ -120,7 +120,7 @@ def __init__(self, endpoint: Union[str, grpc.Channel]) -> None:
Connects to the specified grpc endpoint which can be specified either as
a grpc Channel object or a connection string (like "0.0.0.0:6432").
"""
self._bblfsh_cli = bcli.BblfshClient(endpoint)
self._bblfsh_cli = newbbl.BblfshClient(endpoint)

self._channel = self._bblfsh_cli._channel
self._stub_v1 = self._bblfsh_cli._stub_v1
Expand Down

0 comments on commit 120047a

Please sign in to comment.