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:
Python Compiled Bytecode  |  2010-08-06  |  604 b   |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import win32api
  5.  
  6. try:
  7.     win32api.FreeLibrary(win32api.LoadLibrary('Uxtheme.dll'))
  8.     from _winxptheme import *
  9. except win32api.error:
  10.     
  11.     def IsAppThemed():
  12.         return False
  13.  
  14.     
  15.     def IsThemeActive():
  16.         return False
  17.  
  18.  
  19. del win32api
  20.