hgext/largefiles/remotestore.py
changeset 21084 70252bdfd39c
parent 20688 a61ed1c2d7a7
child 25079 bee00e0c2e45
--- a/hgext/largefiles/remotestore.py	Thu Apr 18 18:56:18 2013 +0200
+++ b/hgext/largefiles/remotestore.py	Tue Apr 08 00:48:36 2014 +0200
@@ -8,9 +8,8 @@
 
 import urllib2
 
-from mercurial import util
+from mercurial import util, wireproto
 from mercurial.i18n import _
-from mercurial.wireproto import remotebatch
 
 import lfutil
 import basestore
@@ -97,4 +96,4 @@
 
     def batch(self):
         '''Support for remote batching.'''
-        return remotebatch(self)
+        return wireproto.remotebatch(self)