hgext/lfs/__init__.py
changeset 37785 b4d85bc122bd
parent 37564 31a4ea773369
child 38689 ff5b6fca1082
--- a/hgext/lfs/__init__.py	Mon Apr 16 22:10:02 2018 -0700
+++ b/hgext/lfs/__init__.py	Mon Apr 16 22:21:54 2018 -0700
@@ -149,8 +149,8 @@
     upgrade,
     util,
     vfs as vfsmod,
-    wireproto,
     wireprotoserver,
+    wireprotov1server,
 )
 
 from . import (
@@ -323,7 +323,7 @@
                  wrapper.allsupportedversions)
 
     wrapfunction(exchange, 'push', wrapper.push)
-    wrapfunction(wireproto, '_capabilities', wrapper._capabilities)
+    wrapfunction(wireprotov1server, '_capabilities', wrapper._capabilities)
     wrapfunction(wireprotoserver, 'handlewsgirequest',
                  wireprotolfsserver.handlewsgirequest)