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
|
hbase-exporter.log
|
||||||
|
protobuf/*
|
||||||
|
@ -42,7 +42,7 @@ import sys
|
|||||||
import time
|
import time
|
||||||
import traceback
|
import traceback
|
||||||
import xml.etree.ElementTree as et
|
import xml.etree.ElementTree as et
|
||||||
from ZooKeeper_pb2 import Master as pbMaster
|
from protobuf.ZooKeeper_pb2 import Master as pbMaster
|
||||||
|
|
||||||
tmp_path = '/tmp/'
|
tmp_path = '/tmp/'
|
||||||
logpath = tmp_path
|
logpath = tmp_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user