From ae2b18159166b0153cdef38a69725a169b5c0185 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 20 Aug 2013 06:50:24 -0400 Subject: [PATCH] zephyr_mirror: Fix zephyr/zerver path conversion. (imported from commit bb895bac50754a601a09639cba596ed65956dc9b) --- bots/zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index c8e4e20..79db343 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -47,7 +47,7 @@ if options.sync_subscriptions: if options.forward_class_messages and not options.noshard: sys.path.append("/home/humbug/humbug") - from zephyr.lib.parallel import run_parallel + from zerver.lib.parallel import run_parallel print "Starting parallel zephyr class mirroring bot" jobs = list("0123456789abcdef") def run_job(shard):