diff idavoll/generic_backend.py @ 152:ea8b4189ae3b

Update to Twisted Words 0.3.0.
author Ralph Meijer <ralphm@ik.nu>
date Tue, 06 Dec 2005 15:18:30 +0000
parents 35977eb964e6
children 753b8432460f
line wrap: on
line diff
--- a/idavoll/generic_backend.py	Wed Oct 05 07:02:40 2005 +0000
+++ b/idavoll/generic_backend.py	Tue Dec 06 15:18:30 2005 +0000
@@ -2,8 +2,8 @@
 import time
 import uuid
 from twisted.words.protocols.jabber import jid
+from twisted.words.xish import utility
 from twisted.application import service
-from twisted.xish import utility
 from twisted.internet import defer
 from zope.interface import implements
 import backend, storage