diff sat_pubsub/gateway.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/gateway.py	Thu May 17 01:48:39 2012 +0200
+++ b/sat_pubsub/gateway.py	Thu May 17 01:53:12 2012 +0200
@@ -77,7 +77,7 @@
 from wokkel.pubsub import Item
 from wokkel.pubsub import PubSubClient
 
-from idavoll import error
+from sat_pubsub import error
 
 NS_ATOM = 'http://www.w3.org/2005/Atom'
 MIME_ATOM_ENTRY = 'application/atom+xml;type=entry'