diff hgext/zeroconf/__init__.py @ 16683:525fdb738975

cleanup: eradicate long lines
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 15:54:54 +0200
parents 23fc62e0a960
children cfb6682961b8
line wrap: on
line diff
--- a/hgext/zeroconf/__init__.py	Fri May 11 18:41:04 2012 +0200
+++ b/hgext/zeroconf/__init__.py	Sat May 12 15:54:54 2012 +0200
@@ -119,7 +119,8 @@
             name = os.path.basename(repo)
             path = (prefix + repo).strip('/')
             desc = u.config('web', 'description', name)
-            publish(name, desc, path, util.getport(u.config("web", "port", 8000)))
+            publish(name, desc, path,
+                    util.getport(u.config("web", "port", 8000)))
 
 # listen