##// END OF EJS Templates
hgext/zeroconf/__init__.py: Separate relative and absolute imports....
Renato Cunha -
r11340:938fefb5 default
parent child Browse files
Show More
@@ -23,7 +23,9 b' You can discover zeroconf enabled reposi'
23 zc-test = http://example.com:8000/test
23 zc-test = http://example.com:8000/test
24 '''
24 '''
25
25
26 import Zeroconf, socket, time, os
26 import socket, time, os
27
28 import Zeroconf
27 from mercurial import ui, hg, encoding
29 from mercurial import ui, hg, encoding
28 from mercurial import extensions
30 from mercurial import extensions
29 from mercurial.hgweb import hgweb_mod
31 from mercurial.hgweb import hgweb_mod
General Comments 0
You need to be logged in to leave comments. Login now