home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / msn / Storage.pyo (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2011-06-22  |  1.2 KB  |  26 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import uuid
  5. import simplejson as json
  6. import logging
  7. import util
  8. log = logging.getLogger('msn.storage')
  9. import msn.SOAP.services as SOAPServices
  10. import msn.SOAP.pysoap_util as pysoap
  11.  
  12. def extract_zsi_properties(zsiobj):
  13.     return dict((lambda .0: for k, v in .0:
  14. (k[1:], v))(vars(zsiobj).items()))
  15.  
  16.  
  17. class Profile(pysoap.Serializable):
  18.     nonserialize_attributes = [
  19.         'client']
  20.     
  21.     def __init__(self, client = None, **kw):
  22.         self.client = client
  23.         super(Profile, self).__init__(**kw)
  24.  
  25.  
  26.