Change protobuf bindings directory name
This commit is contained in:
parent
22a7461cd0
commit
28bf84fa46
2 changed files with 4 additions and 4 deletions
5
hbase-protobuf-python/__init__.py
Normal file
5
hbase-protobuf-python/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
# https://github.com/protocolbuffers/protobuf/issues/1491
|
||||
# https://github.com/protocolbuffers/protobuf/issues/1491#issuecomment-547504972
|
||||
import sys
|
||||
from pathlib import Path
|
||||
sys.path.append(str(Path(__file__).parent))
|
Loading…
Add table
Add a link
Reference in a new issue