From: <cm...@us...> - 2006-07-27 13:41:27
|
Revision: 1248 Author: cmoad Date: 2006-07-27 06:41:23 -0700 (Thu, 27 Jul 2006) ViewCVS: http://svn.sourceforge.net/pywebsvcs/?rev=1248&view=rev Log Message: ----------- Modified Paths: -------------- trunk/zsi/ZSI/TC.py Modified: trunk/zsi/ZSI/TC.py =================================================================== --- trunk/zsi/ZSI/TC.py 2006-07-27 13:39:27 UTC (rev 1247) +++ trunk/zsi/ZSI/TC.py 2006-07-27 13:41:23 UTC (rev 1248) @@ -234,8 +234,6 @@ attrs_aname -- This is variable name to dictionary of attributes encoded -- encoded namespaceURI (specify if use is encoded) ''' - print 'TypeCode', pname - if type(pname) in _seqtypes: self.nspname, self.pname = pname else: @@ -1622,7 +1620,6 @@ def __init__(self, pname=None, namespaces=['#all'], minOccurs=1, maxOccurs=1, strip=1, **kw): - print 'AnyType', pname TypeCode.__init__(self, pname=pname, minOccurs=minOccurs, maxOccurs=maxOccurs, **kw) self.namespaces = namespaces This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |