mirror of https://github.com/zulip/zulip.git
zephyr_mirror: Fix buggy zephyr_mirror_backend import.
This commit is contained in:
parent
4c572ea296
commit
b595ec6fbe
|
@ -30,7 +30,7 @@ import traceback
|
||||||
import signal
|
import signal
|
||||||
|
|
||||||
sys.path[:0] = [os.path.dirname(__file__)]
|
sys.path[:0] = [os.path.dirname(__file__)]
|
||||||
from .zephyr_mirror_backend import parse_args
|
from zephyr_mirror_backend import parse_args
|
||||||
|
|
||||||
(options, args) = parse_args()
|
(options, args) = parse_args()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue