| 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..16d07eed334a90e1bdd2db5186e2b3141badc880 100755 | 
| --- a/tools/metrics/rappor/pretty_print.py | 
| +++ b/tools/metrics/rappor/pretty_print.py | 
| @@ -4,13 +4,12 @@ | 
| # 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 | 
| +sys.path.append(os.path.join(os.path.dirname(__file__), '..'))  # tools/metrics | 
| +from common import models | 
| +from common import presubmit_util | 
|  | 
|  | 
| # Model definitions for rappor.xml content | 
|  |