zephyr_mirror: Fix zephyr/zerver path conversion.

(imported from commit bb895bac50754a601a09639cba596ed65956dc9b)
This commit is contained in:
Tim Abbott 2013-08-20 06:50:24 -04:00
parent fceba5f056
commit ae2b181591

View file

@ -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):