Move protobuf bindings to protobuf/ and add them to .gitignore

This commit is contained in:
Björn Busse 2020-06-17 18:00:04 +02:00
parent a2cd13af23
commit 2e6e541d14
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
hbase-exporter.log
protobuf/*

View File

@ -42,7 +42,7 @@ import sys
import time
import traceback
import xml.etree.ElementTree as et
from ZooKeeper_pb2 import Master as pbMaster
from protobuf.ZooKeeper_pb2 import Master as pbMaster
tmp_path = '/tmp/'
logpath = tmp_path