hgext/zeroconf/__init__.py
changeset 11340 938fefb57db5
parent 11005 c9b4e9431af7
child 11504 6bfb76cb8873
--- a/hgext/zeroconf/__init__.py	Fri Jun 11 15:30:12 2010 -0500
+++ b/hgext/zeroconf/__init__.py	Mon Jun 14 16:56:20 2010 -0300
@@ -23,7 +23,9 @@
   zc-test = http://example.com:8000/test
 '''
 
-import Zeroconf, socket, time, os
+import socket, time, os
+
+import Zeroconf
 from mercurial import ui, hg, encoding
 from mercurial import extensions
 from mercurial.hgweb import hgweb_mod