[etc/python/ip] Correction d'indentation

darcs-hash:20081209233127-ffbb2-3428588e1e168b78853af45fe2604c01469aaa3b.gz
This commit is contained in:
Nicolas Dandrimont 2008-12-10 00:31:27 +01:00
parent 40c2c92415
commit e285d809b0

View file

@ -6,7 +6,7 @@ import socket
def pubipof(hostname):
try:
return socket.gethostbyname(hostname + ".crans.org")
return socket.gethostbyname(hostname + ".crans.org")
except:
# Peut-etre un serveur de la ferme ?
return socket.gethostbyname(hostname + ".ferme.crans.org")