mercurial/commandserver.py
changeset 35245 414114a7c18f
parent 34486 a57c938e7ac8
child 35461 3a119a423953
--- 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,
 )