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

Commit 120047a

Browse files
author
Juanjo Alvarez
committed
Renamed bcli alias to newbbl to avoid command line confussion
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent faa8c76 commit 120047a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bblfsh/compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import grpc
1919

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

125125
self._channel = self._bblfsh_cli._channel
126126
self._stub_v1 = self._bblfsh_cli._stub_v1

0 commit comments

Comments
 (0)