home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2010 November
/
maximum-cd-2010-11.iso
/
DiscContents
/
calibre-0.7.13.msi
/
file_2555
(
.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-08-06
|
604 b
|
20 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
import win32api
try:
win32api.FreeLibrary(win32api.LoadLibrary('Uxtheme.dll'))
from _winxptheme import *
except win32api.error:
def IsAppThemed():
return False
def IsThemeActive():
return False
del win32api