On stabilise le plugin Python en virant toute occurrence de print.
* Désolé. \o/
This commit is contained in:
parent
2c27a030ee
commit
4b36a51d99
102 changed files with 513 additions and 703 deletions
|
@ -2,8 +2,8 @@ include("ip")
|
|||
|
||||
if has("ntp-server"):
|
||||
@# Addresses to listen on (ntpd does not listen by default)
|
||||
print "listen on %s" % admip()
|
||||
print "listen on %s" % pubip()
|
||||
out("listen on %s" % (admip(),))
|
||||
out("listen on %s" % (pubip(),))
|
||||
@listen on 127.0.0.1
|
||||
@#listen on ::1
|
||||
@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue