diff mercurial/commandserver.py @ 35254:414114a7c18f

thirdparty: move selectors2 module to where it should be
author Yuya Nishihara <yuya@tcha.org>
date Thu, 30 Nov 2017 22:43:03 +0900
parents a57c938e7ac8
children 3a119a423953
line wrap: on
line diff
--- a/mercurial/commandserver.py	Tue Nov 28 05:50:45 2017 +0530
+++ b/mercurial/commandserver.py	Thu Nov 30 22:43:03 2017 +0900
@@ -17,11 +17,11 @@
 import traceback
 
 from .i18n import _
+from .thirdparty import selectors2
 from . import (
     encoding,
     error,
     pycompat,
-    selectors2,
     util,
 )