Mercurial > public > mercurial-scm > hg-stable
diff tests/test-manifest.py @ 28929:b9ed5a88710c
tests: make test-manifest use absolute_import
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sat, 16 Apr 2016 03:08:16 +0530 |
parents | b502138f5faa |
children | 959ebff3505a |
line wrap: on
line diff
--- a/tests/test-manifest.py Sat Apr 16 03:04:23 2016 +0530 +++ b/tests/test-manifest.py Sat Apr 16 03:08:16 2016 +0530 @@ -1,11 +1,14 @@ -import binascii -import unittest -import itertools +from __future__ import absolute_import +import binascii +import itertools import silenttestrunner +import unittest -from mercurial import manifest as manifestmod -from mercurial import match as matchmod +from mercurial import ( + manifest as manifestmod, + match as matchmod, +) EMTPY_MANIFEST = '' EMTPY_MANIFEST_V2 = '\0\n'