home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 January
/
Gamestar_80_2006-01_dvd.iso
/
Dema
/
Civilization4
/
data1.cab
/
Civ4DemoComponent
/
Assets
/
Python
/
System
/
FCNTL.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Python Compiled Bytecode
|
2005-11-09
|
573 b
|
11 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.4)
'''Backward-compatibility version of FCNTL; export constants exported by
fcntl, and issue a deprecation warning.
'''
import warnings
warnings.warn('the FCNTL module is deprecated; please use fcntl', DeprecationWarning)
from fcntl import *
__all__ = _[1]