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

Unified Diff: appengine/swarming/swarming_bot/bot_main_test.py

Issue 1233303003: Migrate and merge logging_utils from swarming_bot into client/utils. (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Created 5 years, 5 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/swarming/swarming_bot/bot_main_test.py
diff --git a/appengine/swarming/swarming_bot/bot_main_test.py b/appengine/swarming/swarming_bot/bot_main_test.py
index a8f131d3e626288214b30f5db1b413d61d82792a..293a02d56be0e0cf08ba400d5ea7efd767bccfcf 100755
--- a/appengine/swarming/swarming_bot/bot_main_test.py
+++ b/appengine/swarming/swarming_bot/bot_main_test.py
@@ -20,12 +20,12 @@ test_env.setup_test_env()
# Creates a server mock for functions in net.py.
import net_utils
+from utils import logging_utils
from utils import net
from utils import zip_package
import bot
import bot_config
import bot_main
-import logging_utils
import os_utilities
import xsrf_client

Powered by Google App Engine
This is Rietveld 408576698