]> code.delx.au - pymsnt/blobdiff - src/contact.py
Use vCard fullname if nickname isn't around.
[pymsnt] / src / contact.py
index a4a216a900156b7b6cbed71e0897f2d53b2d8ca6..2e58902e7a410553eb5ce3c5f610086d0189e4e9 100644 (file)
@@ -1,16 +1,13 @@
 # Copyright 2005 James Bunton <james@delx.cjb.net>
 # Licensed for distribution under the GPL version 2, check COPYING for details
 
-import utils
+from debug import LogEvent, INFO, WARN, ERROR
+
 from twisted.internet import reactor
 from tlib.xmlw import Element
-from debug import LogEvent, INFO, WARN, ERROR
+
 import disco
 import legacy
-import jabw
-import config
-import lang
-import sha
 
 
 class Contact: