home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.6)
-
- import uuid
- import simplejson as json
- import logging
- import util
- log = logging.getLogger('msn.storage')
- import msn.SOAP.services as SOAPServices
- import msn.SOAP.pysoap_util as pysoap
-
- def extract_zsi_properties(zsiobj):
- return dict((lambda .0: for k, v in .0:
- (k[1:], v))(vars(zsiobj).items()))
-
-
- class Profile(pysoap.Serializable):
- nonserialize_attributes = [
- 'client']
-
- def __init__(self, client = None, **kw):
- self.client = client
- super(Profile, self).__init__(**kw)
-
-
-