|
From: <wa...@us...> - 2003-03-26 17:55:23
|
Update of /cvsroot/pywebsvcs/SOAPpy/SOAPpy In directory sc8-pr-cvs1:/tmp/cvs-serv21387 Modified Files: __init__.py Log Message: - Added import of ieee754. Index: __init__.py =================================================================== RCS file: /cvsroot/pywebsvcs/SOAPpy/SOAPpy/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- __init__.py 8 Mar 2003 05:10:00 -0000 1.2 +++ __init__.py 26 Mar 2003 17:55:20 -0000 1.3 @@ -1,2 +1,3 @@ import SOAP import XMLname +import ieee754 |