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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. ignore_termtitle = True
  5.  
  6. def set_term_title(*args, **kw):
  7.     pass
  8.  
  9.  
  10. def find_cmd(cmd):
  11.     return os.popen('which %s' % cmd).read().strip()
  12.  
  13.  
  14. def get_long_path_name(path):
  15.     return path
  16.  
  17.