| Index: appengine/findit/util_scripts/git_checkout/test/local_git_parsers_test.py
|
| diff --git a/appengine/findit/util_scripts/git_checkout/test/local_git_parsers_test.py b/appengine/findit/util_scripts/git_checkout/test/local_git_parsers_test.py
|
| index d6b247242c093618f0bcba2a854286ca362a70fc..9de709cd2378da5f0ba550102928b86fb550dbe4 100644
|
| --- a/appengine/findit/util_scripts/git_checkout/test/local_git_parsers_test.py
|
| +++ b/appengine/findit/util_scripts/git_checkout/test/local_git_parsers_test.py
|
| @@ -16,8 +16,8 @@ import script_util
|
| script_util.SetUpSystemPaths()
|
|
|
| from git_checkout import local_git_parsers
|
| -from lib.gitiles import blame
|
| -from lib.gitiles import change_log
|
| +from libs.gitiles import blame
|
| +from libs.gitiles import change_log
|
|
|
|
|
| class LocalGitParsersTest(unittest.TestCase):
|
|
|