home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- from __future__ import with_statement
- __license__ = 'GPL v3'
- __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
- __docformat__ = 'restructuredtext en'
- from calibre.utils.filenames import find_executable_in_path
- from calibre.constants import iswindows
-
- def find_executable():
- name = None + 'sigil' if iswindows else ''
- find_executable_in_path(name)
-
-