Adapt code to match secret_handshake changes

This commit is contained in:
Pedro Ferreira
2018-02-04 22:18:36 +01:00
parent d6a1ac792c
commit dc1389d634
6 changed files with 124 additions and 137 deletions

3
ssb/feed/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .models import Feed, LocalFeed, Message, LocalMessage, NoPrivateKeyException
__all__ = ('Feed', 'LocalFeed', 'Message', 'LocalMessage', 'NoPrivateKeyException')