| Index: chrome/common/extensions/docs/server2/compiled_file_system_test.py
|
| diff --git a/chrome/common/extensions/docs/server2/compiled_file_system_test.py b/chrome/common/extensions/docs/server2/compiled_file_system_test.py
|
| index 6a99bfcddc63d14b54b17d4982f9adce17804725..f791288ed87d7bd94d015446ba5958a3baf3b53f 100755
|
| --- a/chrome/common/extensions/docs/server2/compiled_file_system_test.py
|
| +++ b/chrome/common/extensions/docs/server2/compiled_file_system_test.py
|
| @@ -6,9 +6,9 @@
|
| import functools
|
| import os
|
|
|
| -from appengine_wrappers import GetAppVersion
|
| from compiled_file_system import CompiledFileSystem
|
| from copy import deepcopy
|
| +from environment import GetAppVersion
|
| from file_system import FileNotFoundError
|
| from mock_file_system import MockFileSystem
|
| from object_store_creator import ObjectStoreCreator
|
|
|