mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
LiveSync: Rename agent.py to backend.py
This commit is contained in:
parent
e4e7c5bd1f
commit
a2aa6f8c70
@ -18,7 +18,7 @@ from __future__ import unicode_literals
|
||||
|
||||
from indico_livesync import LiveSyncPluginBase
|
||||
|
||||
from indico_livesync_debug.agent import LiveSyncDebugBackend
|
||||
from indico_livesync_debug.backend import LiveSyncDebugBackend
|
||||
|
||||
|
||||
class LiveSyncDebugPlugin(LiveSyncPluginBase):
|
||||
|
||||
@ -18,7 +18,7 @@ from __future__ import unicode_literals
|
||||
|
||||
from indico_livesync import LiveSyncPluginBase
|
||||
|
||||
from indico_livesync_invenio.agent import InvenioLiveSyncBackend
|
||||
from indico_livesync_invenio.backend import InvenioLiveSyncBackend
|
||||
|
||||
|
||||
class InvenioLiveSyncPlugin(LiveSyncPluginBase):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user