tests/test-dispatch.py
changeset 28404 06245740b408
parent 14438 08bfec2ef031
child 28405 1d9d29d4813a
--- a/tests/test-dispatch.py	Wed Mar 02 05:27:07 2016 +0000
+++ b/tests/test-dispatch.py	Tue Mar 08 20:57:15 2016 +0000
@@ -1,5 +1,8 @@
+from __future__ import absolute_import
 import os
-from mercurial import dispatch
+from mercurial import (
+    dispatch,
+)
 
 def testdispatch(cmd):
     """Simple wrapper around dispatch.dispatch()