| Index: appengine/findit/handlers/config.py
 | 
| diff --git a/appengine/findit/handlers/config.py b/appengine/findit/handlers/config.py
 | 
| index 3318e798177d47f2a3523642c7ef1bb20badf2ec..99913c2b5908393fee8519df613ad4cadef46224 100644
 | 
| --- a/appengine/findit/handlers/config.py
 | 
| +++ b/appengine/findit/handlers/config.py
 | 
| @@ -6,8 +6,7 @@
 | 
|  
 | 
|  import json
 | 
|  
 | 
| -from common.base_handler import BaseHandler
 | 
| -from common.base_handler import Permission
 | 
| +from common.base_handler import BaseHandler, Permission
 | 
|  from model import wf_config
 | 
|  from waterfall import waterfall_config
 | 
|  
 | 
| 
 |