Mercurial > libervia-pubsub
diff sat_pubsub/backend.py @ 234:51af2ed8bd50
replaced idavoll imports by sat_pubsub imports
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 May 2012 01:53:12 +0200 |
parents | 564ae55219e1 |
children | 64f780413b82 |
line wrap: on
line diff
--- a/sat_pubsub/backend.py Thu May 17 01:48:39 2012 +0200 +++ b/sat_pubsub/backend.py Thu May 17 01:53:12 2012 +0200 @@ -76,8 +76,8 @@ from wokkel.iwokkel import IPubSubResource from wokkel.pubsub import PubSubResource, PubSubError -from idavoll import error, iidavoll -from idavoll.iidavoll import IBackendService, ILeafNode +from sat_pubsub import error, iidavoll +from sat_pubsub.iidavoll import IBackendService, ILeafNode def _getAffiliation(node, entity): d = node.getAffiliation(entity)