Chromium Code Reviews| Index: tests/rietveld_test.py |
| diff --git a/tests/rietveld_test.py b/tests/rietveld_test.py |
| index 84d5d636521b905a4ac2642932217eb65614f090..5f6bb0480dadb30299c5e3825f90be728bd84bf3 100755 |
| --- a/tests/rietveld_test.py |
| +++ b/tests/rietveld_test.py |
| @@ -12,9 +12,10 @@ import unittest |
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) |
| +from testing_support.patches_data import GIT, RAW |
| + |
| import patch |
| import rietveld |
| -from tests.patches_data import GIT, RAW |
| def _api(files): |