Update refactoring authored by drebs's avatar drebs
...@@ -26,34 +26,38 @@ Rules: ...@@ -26,34 +26,38 @@ Rules:
This is a work in progress. This is a work in progress.
``` ```
client client/
api api.py
auth crypto.py
crypto db/
db __init__.py
__init__ _adbapi.py
_adbapi _pipes.py
_pipes _pragmas.py
_pragmas _sqlite.py
_sqlite blobs.py
blobs document.py
document sqlcipher.py
sqlcipher events.py
events http.py
http interfaces.py
interfaces sync/
sync __init__.py
__init__ _http_target.py
_http_target secrets/
secrets __init__.py
__init__ _auth.py
_crypto _crypto.py
_shared_db _shared_db.py
_storage _storage.py
_util _util.py
_version _version.py
server server/
... ...
common common/
... ...
``` ```
Notes:
* `secrets/_auth` and `secrets/_shared_db` should be replaced by a simpler `secrets/_remote