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

Unified Diff: bin/cbuildbot_unittest.py

Issue 3165052: Add ability for cbuildbot master to synchronize with cbuildbot slaves. (Closed) Base URL: http://src.chromium.org/git/crosutils.git
Patch Set: Remove extra dep Created 10 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
« no previous file with comments | « bin/cbuildbot_config.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cbuildbot_unittest.py
diff --git a/bin/cbuildbot_unittest.py b/bin/cbuildbot_unittest.py
index c0f3c1c7cd246bcf10990f76e39674e558a0b4e3..2ced23a7326c7b39c9b711dfa9299ab76979a795 100755
--- a/bin/cbuildbot_unittest.py
+++ b/bin/cbuildbot_unittest.py
@@ -10,6 +10,8 @@ import __builtin__
import mox
import unittest
+# Fixes circular dependency error.
+import cbuildbot_comm
import cbuildbot
class CBuildBotTest(mox.MoxTestBase):
« no previous file with comments | « bin/cbuildbot_config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698