home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / plugins / provider_linkedin / linkedin_sp.pyo (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2011-06-22  |  966 b   |  19 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import services.service_provider as SP
  5.  
  6. class LinkedInServiceProvider(SP.OAuthServiceProvider):
  7.     
  8.     def update_info(self, kwds):
  9.         super(LinkedInServiceProvider, self).update_info(kwds)
  10.         self.post_ach_all = kwds.get('post_ach_all', True)
  11.  
  12.     
  13.     def get_options(self, ctype = 'social'):
  14.         options = super(LinkedInServiceProvider, self).get_options(ctype)
  15.         options['post_ach_all'] = getattr(self, 'post_ach_all', True)
  16.         return options
  17.  
  18.  
  19.