Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1380)

Unified Diff: appengine/sheriff_o_matic/user_prefs.py

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: set correct metric and target fields Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/sheriff_o_matic/user_prefs.py
diff --git a/appengine/sheriff_o_matic/user_prefs.py b/appengine/sheriff_o_matic/user_prefs.py
index b5ce0038b60264b5fb1afbc4857d12d81cfb7ca8..11b97fe3563547bd7f2c890ec20f59c8d3d25ea0 100644
--- a/appengine/sheriff_o_matic/user_prefs.py
+++ b/appengine/sheriff_o_matic/user_prefs.py
@@ -2,23 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import calendar
-import contextlib
-import datetime
-import datetime_encoder
import json
import logging
-import os
-import sys
+import utils
import webapp2
-import zlib
-import cloudstorage as gcs
-
-from google.appengine.api import app_identity
-from google.appengine.api import memcache
from google.appengine.api import users
-from google.appengine.datastore import datastore_query
from google.appengine.ext import ndb
from components import auth

Powered by Google App Engine
This is Rietveld 408576698