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

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import util
  5. import services.service_provider as SP
  6.  
  7. class GoogleServiceProvider(SP.EmailPasswordServiceProvider):
  8.     
  9.     def get_options(self, type):
  10.         opts = super(GoogleServiceProvider, self).get_options(type)
  11.         (msp, msc) = self.get_metainfo(type)
  12.         if type == 'im':
  13.             opts.update()
  14.         
  15.         util.dictrecurse(dict)(opts)
  16.         return opts
  17.  
  18.  
  19.