Mercurial > public > mercurial-scm > hg
diff tests/test-dispatch.py @ 28404:06245740b408
tests: test-dispatch use absolute_import
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 08 Mar 2016 20:57:15 +0000 |
parents | 08bfec2ef031 |
children | 1d9d29d4813a |
line wrap: on
line diff
--- 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()