| Index: chrome/common/extensions/docs/server2/handler.py
|
| diff --git a/chrome/common/extensions/docs/server2/handler.py b/chrome/common/extensions/docs/server2/handler.py
|
| index af2682356785cfc3cab939cbf1f47a3c6e1c7bf2..35849638121a711a71d21524359543cd36a96802 100644
|
| --- a/chrome/common/extensions/docs/server2/handler.py
|
| +++ b/chrome/common/extensions/docs/server2/handler.py
|
| @@ -5,6 +5,7 @@
|
| import logging
|
| import os
|
| from StringIO import StringIO
|
| +import time
|
| import traceback
|
|
|
| from appengine_wrappers import (
|
| @@ -12,7 +13,6 @@ from appengine_wrappers import (
|
| from branch_utility import BranchUtility
|
| from server_instance import ServerInstance
|
| import svn_constants
|
| -import time
|
|
|
| # The default channel to serve docs for if no channel is specified.
|
| _DEFAULT_CHANNEL = 'stable'
|
|
|