[Twisted-Python] listings/pclients/multiple.py typo
Patrick K. O'Brien
pobrien at orbtech.com
Thu May 29 07:39:52 MDT 2003
From listings/pclients/multiple.py:
def __getstate__(self):
state = styles.Versioned.__getstate__(self)
state['client'] = {}
return state
Shouldn't that be 'clients':
def __getstate__(self):
state = styles.Versioned.__getstate__(self)
state['clients'] = {}
return state
--
Patrick K. O'Brien
Orbtech http://www.orbtech.com/web/pobrien
-----------------------------------------------
"Your source for Python programming expertise."
-----------------------------------------------
More information about the Twisted-Python
mailing list