[Checkins] SVN: z3c.rest/trunk/src/z3c/rest/client.py Fix up client.

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Mar 3 09:41:11 EST 2008


Log message for revision 84441:
  Fix up client.
  

Changed:
  U   z3c.rest/trunk/src/z3c/rest/client.py

-=-
Modified: z3c.rest/trunk/src/z3c/rest/client.py
===================================================================
--- z3c.rest/trunk/src/z3c/rest/client.py	2008-03-03 14:29:03 UTC (rev 84440)
+++ z3c.rest/trunk/src/z3c/rest/client.py	2008-03-03 14:41:10 UTC (rev 84441)
@@ -16,6 +16,7 @@
 $Id$
 """
 import lxml
+import lxml.etree
 import httplib
 import socket
 import urllib



More information about the Checkins mailing list