Commit 04d40a3e authored by Hans Wennborg's avatar Hans Wennborg

Fix process-graph.py after #698787

TBR=thakis

Bug: 1007195
Change-Id: I8280152158f63cfa2e3ad550eca726036b578506
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820801Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699274}
parent fa267f62
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
from __future__ import print_function
import argparse, os, sys, json, subprocess, pickle, StringIO import argparse, os, sys, json, subprocess, pickle, StringIO
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment