Fixed tools/py_event_log_analyzer/pb_parse.py
BUG=webrtc:7289 NOTRY=True Review-Url: https://codereview.webrtc.org/2727913004 Cr-Commit-Position: refs/heads/master@{#17776}
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
from __future__ import division
|
||||
import struct
|
||||
import pyproto.webrtc.call.rtc_event_log_pb2 as rtc_pb
|
||||
import pyproto.webrtc.logging.rtc_event_log.rtc_event_log_pb2 as rtc_pb
|
||||
|
||||
|
||||
class DataPoint(object):
|
||||
|
||||
Reference in New Issue
Block a user