~kevang/mnemosyne-proj/grade-shortcuts-improvements

« back to all changes in this revision

Viewing changes to mnemosyne/openSM2sync/database.py

  • Committer: Peter Bienstman
  • Date: 2013-08-08 18:45:23 UTC
  • Revision ID: peter.bienstman@ugent.be-20130808184523-goukm4yqxw8z5boj
Also sync settings on initial sync.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
    def apply_log_entry(self, log_entry):
202
202
        raise NotImplementedError
203
203
 
 
204
    def generate_log_entries_for_settings(self):
 
205
 
 
206
        """Needed after binary initial upload/download of the database, to
 
207
        ensure that the side effects to config get applied.
 
208
 
 
209
        """
 
210
 
 
211
        raise NotImplementedError
 
212
 
204
213
    # Science log. Only relevant if the client decides to deal with this.
205
214
    # Can be left to a libmnemosyne-based server.
206
215