Move protobuf bindings to protobuf/ and add them to .gitignore
This commit is contained in:
parent
a2cd13af23
commit
2e6e541d14
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
hbase-exporter.log
|
||||
protobuf/*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user