home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2009 June
/
maximum-cd-2009-06.iso
/
DiscContents
/
digsby_setup.exe
/
lib
/
gui
/
notifications
/
__init__.pyo
(
.txt
)
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
|
2009-02-26
|
610 b
|
16 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
from __future__ import with_statement
from gui import skin
from util import odict, odict_from_dictlist
import syck
def underscores_to_dots(d):
for key in d.keys()[:]:
if key and '_' in key:
d[key.replace('_', '.')] = d.pop(key)
continue