hgext/zeroconf/__init__.py
changeset 16743 38caf405d010
parent 16688 cfb6682961b8
child 18190 d57879e72e18
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
    29 import Zeroconf
    29 import Zeroconf
    30 from mercurial import ui, hg, encoding, util, dispatch
    30 from mercurial import ui, hg, encoding, util, dispatch
    31 from mercurial import extensions
    31 from mercurial import extensions
    32 from mercurial.hgweb import hgweb_mod
    32 from mercurial.hgweb import hgweb_mod
    33 from mercurial.hgweb import hgwebdir_mod
    33 from mercurial.hgweb import hgwebdir_mod
       
    34 
       
    35 testedwith = 'internal'
    34 
    36 
    35 # publish
    37 # publish
    36 
    38 
    37 server = None
    39 server = None
    38 localip = None
    40 localip = None