home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / lib / common / spelling / __init__.pyo (.txt) next >
Encoding:
Python Compiled Bytecode  |  2009-02-26  |  453 b   |  11 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import sys
  5. import os.path as path
  6. sys.path.append(path.join(path.split(__file__)[0], 'aspell'))
  7. del sys
  8. del path
  9. from pyaspell import Aspell
  10. from spellcheck import spellchecker, SpellChecker, SpellEngine
  11.