home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2011 February
/
maximum-cd-2011-02.iso
/
DiscContents
/
digsby_setup85.exe
/
lib
/
plugins
/
provider_google
/
google_service_provider.pyo
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2010-11-24
|
863 b
|
19 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.6)
import util
import services.service_provider as SP
class GoogleServiceProvider(SP.EmailPasswordServiceProvider):
def get_options(self, type):
opts = super(GoogleServiceProvider, self).get_options(type)
(msp, msc) = self.get_metainfo(type)
if type == 'im':
opts.update()
util.dictrecurse(dict)(opts)
return opts