diff hgext/largefiles/uisetup.py @ 15188:8e115063950d

largefiles: don't break existing tests (syntax error, bad imports)
author Greg Ward <greg@gerg.ca>
date Sat, 01 Oct 2011 16:39:51 -0400
parents c1a4a3220711
children 6e809bb4f969
line wrap: on
line diff
--- a/hgext/largefiles/uisetup.py	Sat Oct 01 16:18:51 2011 -0500
+++ b/hgext/largefiles/uisetup.py	Sat Oct 01 16:39:51 2011 -0400
@@ -9,7 +9,7 @@
 '''setup for largefiles extension: uisetup'''
 
 from mercurial import archival, cmdutil, commands, extensions, filemerge, hg, \
-        httprepo, localrepo, sshrepo, sshserver, wireproto
+    httprepo, localrepo, sshrepo, sshserver, util, wireproto
 from mercurial.i18n import _
 from mercurial.hgweb import hgweb_mod, protocol