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