home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1425 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  711 b   |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from __future__ import with_statement
  5. __license__ = 'GPL v3'
  6. __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
  7. __docformat__ = 'restructuredtext en'
  8. from calibre.utils.filenames import find_executable_in_path
  9. from calibre.constants import iswindows
  10.  
  11. def find_executable():
  12.     name = None + 'sigil' if iswindows else ''
  13.     find_executable_in_path(name)
  14.  
  15.