| Index: tools/metrics/rappor/pretty_print.py
|
| diff --git a/tools/metrics/rappor/pretty_print.py b/tools/metrics/rappor/pretty_print.py
|
| index 4fcda70de0111da706b7aca2e4141188912d7ec4..f88e1c3fdeeab7500b065b5025d266310b2e8e5d 100755
|
| --- a/tools/metrics/rappor/pretty_print.py
|
| +++ b/tools/metrics/rappor/pretty_print.py
|
| @@ -4,10 +4,9 @@
|
| # found in the LICENSE file.
|
|
|
| import logging
|
| -import sys
|
| import os
|
| +import sys
|
|
|
| -# Import the metrics/common module for pretty print xml.
|
| sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'common'))
|
| import models
|
| import presubmit_util
|
|
|