mirror of https://github.com/zulip/zulip.git
Move our various bots into api/bots/.
(imported from commit f5803441b9b84872b942dff8e1c0ad1100788bcd)
This commit is contained in:
parent
7976262ed8
commit
6e1ec1a2ec
|
@ -12,7 +12,7 @@ from zephyr.lib.parallel import run_parallel
|
|||
from zephyr.lib.initial_password import initial_password
|
||||
from django.db import transaction
|
||||
from django.conf import settings
|
||||
from api import mit_subs_list
|
||||
from api.bots import mit_subs_list
|
||||
from zephyr.lib.bulk_create import batch_bulk_create
|
||||
|
||||
import simplejson
|
||||
|
|
Loading…
Reference in New Issue