httputil.py

Go to the documentation of this file.
00001 
00002 import warnings
00003 
00004 warnings.warn("indra.ipc.httputil has been deprecated; use eventlet.httpc instead", DeprecationWarning, 2)
00005 
00006 from eventlet.httpc import *
00007 
00008 
00009 makeConnection = make_connection

Generated on Fri May 16 08:31:53 2008 for SecondLife by  doxygen 1.5.5