anki-sync-server/ankisyncd
Anton Melser fa89b0e0a2 Load the CollectionWrapper from a factory method
This allows a class implementing CollectionWrapper's interface to be
added from config
2019-03-09 14:05:15 +08:00
..
__init__.py Remove media patch, put usnLim in server code 2018-08-20 15:44:13 +02:00
__main__.py Make the server runnable with python3 -m ankisyncd 2018-08-20 14:42:40 +02:00
collection.py Load the CollectionWrapper from a factory method 2019-03-09 14:05:15 +08:00
config.py Log all ankisyncd events under ankisyncd.* 2019-03-08 14:24:58 +01:00
full_sync.py Move the upload/download sqlite3 file logic to a manager 2019-03-09 14:05:15 +08:00
sessions.py Use factory method for session_manager 2019-03-09 14:05:15 +08:00
sync_app.py Load the CollectionWrapper from a factory method 2019-03-09 14:05:15 +08:00
thread.py Load the CollectionWrapper from a factory method 2019-03-09 14:05:15 +08:00
users.py Use factory method for user_manager 2019-03-09 14:05:12 +08:00