comparison hgext/zeroconf/Zeroconf.py @ 48875:6000f5b25c9b

py2: remove simple from __future__ statements These were needed for Python 2 support. Now that our linter no longer mandates these, we can start deleting them. Differential Revision: https://phab.mercurial-scm.org/D12254
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 03 Mar 2022 17:34:00 +0100
parents ad2c37075f46
children 642e31cb55f0
comparison
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
1 from __future__ import absolute_import, print_function
2
3 """ Multicast DNS Service Discovery for Python, v0.12 1 """ Multicast DNS Service Discovery for Python, v0.12
4 Copyright (C) 2003, Paul Scott-Murphy 2 Copyright (C) 2003, Paul Scott-Murphy
5 3
6 This module provides a framework for the use of DNS Service Discovery 4 This module provides a framework for the use of DNS Service Discovery
7 using IP multicast. It has been tested against the JRendezvous 5 using IP multicast. It has been tested against the JRendezvous