Correction de bug.

darcs-hash:20080210155034-41f88-70caa23e02b820bae967a05186bdcc15fb0bd587.gz
This commit is contained in:
Jérémie Dimino 2008-02-10 16:50:34 +01:00
parent 7d33a7adfd
commit 264fedda39

View file

@ -11,7 +11,7 @@ def admipof(hostname):
return socket.gethostbyname(hostname + ".adm.crans.org")
def pubip():
return pubip(pubhostname)
return pubipof(hostname)
def admip():
return admip(admhostname)
return admipof(hostname)