home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Dema / Civilization4 / data1.cab / Civ4DemoComponent / Assets / Python / System / TERMIOS.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2005-11-09  |  585 b   |  11 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''Backward-compatibility version of TERMIOS; export constants exported by
  5. termios, and issue a deprecation warning.
  6. '''
  7. import warnings
  8. warnings.warn('the TERMIOS module is deprecated; please use termios', DeprecationWarning)
  9. from termios import *
  10. __all__ = _[1]
  11.