zephyr_mirror: Fix zephyr/zerver path conversion.
(imported from commit bb895bac50754a601a09639cba596ed65956dc9b)
This commit is contained in:
parent
fceba5f056
commit
ae2b181591
|
@ -47,7 +47,7 @@ if options.sync_subscriptions:
|
||||||
|
|
||||||
if options.forward_class_messages and not options.noshard:
|
if options.forward_class_messages and not options.noshard:
|
||||||
sys.path.append("/home/humbug/humbug")
|
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"
|
print "Starting parallel zephyr class mirroring bot"
|
||||||
jobs = list("0123456789abcdef")
|
jobs = list("0123456789abcdef")
|
||||||
def run_job(shard):
|
def run_job(shard):
|
||||||
|
|
Loading…
Reference in a new issue