home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2011 February
/
maximum-cd-2011-02.iso
/
DiscContents
/
digsby_setup85.exe
/
lib
/
dns
/
ipv4.pyo
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2010-11-24
|
470 b
|
16 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.6)
import socket
import sys
if sys.hexversion < 33751040 or sys.platform == 'win32':
def inet_aton(text):
if text == '255.255.255.255':
return '\xff\xff\xff\xff'
return socket.inet_aton(text)
else:
inet_aton = socket.inet_aton
inet_ntoa = socket.inet_ntoa