Index: chrome/common/extensions/docs/server2/object_store_creator_test.py |
diff --git a/chrome/common/extensions/docs/server2/object_store_creator_test.py b/chrome/common/extensions/docs/server2/object_store_creator_test.py |
index 71ca77e98f06e7dd5694cfacc4ea92ca830a57a8..217571bf8594503044558b7eea9e496b01ee3b6e 100755 |
--- a/chrome/common/extensions/docs/server2/object_store_creator_test.py |
+++ b/chrome/common/extensions/docs/server2/object_store_creator_test.py |
@@ -5,7 +5,7 @@ |
import unittest |
-from appengine_wrappers import GetAppVersion |
+from environment import GetAppVersion |
from test_object_store import TestObjectStore |
from object_store_creator import ObjectStoreCreator |