Index: chrome/common/extensions/docs/server2/intro_data_source.py |
diff --git a/chrome/common/extensions/docs/server2/intro_data_source.py b/chrome/common/extensions/docs/server2/intro_data_source.py |
index 1e298759c9771281f40f6fcd634c49eec07d8bdb..7c4f22310849e9c7537a4e6052bb08b2de36435b 100644 |
--- a/chrome/common/extensions/docs/server2/intro_data_source.py |
+++ b/chrome/common/extensions/docs/server2/intro_data_source.py |
@@ -9,7 +9,6 @@ import re |
from docs_server_utils import FormatKey |
from file_system import FileNotFoundError |
-import compiled_file_system as compiled_fs |
from third_party.handlebar import Handlebar |
# TODO(kalman): rename this HTMLDataSource or other, then have separate intro |