diff sat_pubsub/test/test_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/test/test_gateway.py	Thu May 17 01:48:39 2012 +0200
+++ b/sat_pubsub/test/test_gateway.py	Thu May 17 01:53:12 2012 +0200
@@ -64,7 +64,7 @@
 from twisted.web import error
 from twisted.words.xish import domish
 
-from idavoll import gateway
+from sat_pubsub import gateway
 
 AGENT = "Idavoll Test Script"
 NS_ATOM = "http://www.w3.org/2005/Atom"