Index: appengine/findit/handlers/config.py |
diff --git a/appengine/findit/handlers/config.py b/appengine/findit/handlers/config.py |
index 3fe5e5dc9ddc4e4c22c0eb0c7b4af8b93d15b486..98f78066a84f54fb7879085e15a1bdffabcbba16 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 |