[PATCH 3 of 8] zeroconf: omit semicolons

timeless timeless at mozdev.org
Tue Mar 1 05:39:05 EST 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1456822090 0
#      Tue Mar 01 08:48:10 2016 +0000
# Node ID f0287cc733ce7c20b49222e2d7cc41eb7a8a4665
# Parent  60095e97bd8673ce6d6e31bfd4a770915ab12fd6
zeroconf: omit semicolons

diff --git a/hgext/zeroconf/Zeroconf.py b/hgext/zeroconf/Zeroconf.py
--- a/hgext/zeroconf/Zeroconf.py
+++ b/hgext/zeroconf/Zeroconf.py
@@ -105,9 +105,9 @@
 # Some DNS constants
 
 _MDNS_ADDR = '224.0.0.251'
-_MDNS_PORT = 5353;
-_DNS_PORT = 53;
-_DNS_TTL = 60 * 60; # one hour default TTL
+_MDNS_PORT = 5353
+_DNS_PORT = 53
+_DNS_TTL = 60 * 60 # one hour default TTL
 
 _MAX_MSG_TYPICAL = 1460 # unused
 _MAX_MSG_ABSOLUTE = 8972


More information about the Mercurial-devel mailing list