LiveSync: Rename agent.py to backend.py

This commit is contained in:
Adrian Moennich 2014-11-20 11:36:20 +01:00
parent e4e7c5bd1f
commit a2aa6f8c70
4 changed files with 2 additions and 2 deletions

View File

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

View File

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