| Index: chrome/common/extensions/docs/server2/object_store_creator.py
|
| diff --git a/chrome/common/extensions/docs/server2/object_store_creator.py b/chrome/common/extensions/docs/server2/object_store_creator.py
|
| index 6c0d0d254994e300a78e15b074e6c450af88d6ea..554912f39a9944e892fcbcefcaf1e15d18883f2c 100644
|
| --- a/chrome/common/extensions/docs/server2/object_store_creator.py
|
| +++ b/chrome/common/extensions/docs/server2/object_store_creator.py
|
| @@ -2,8 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from appengine_wrappers import GetAppVersion
|
| from cache_chain_object_store import CacheChainObjectStore
|
| +from environment import GetAppVersion
|
| from memcache_object_store import MemcacheObjectStore
|
| from test_object_store import TestObjectStore
|
| from persistent_object_store import PersistentObjectStore
|
|
|