changeset 28562 | 2b585677220e |
parent 13878 | a8d13ee0ce68 |
child 39895 | 1a184b727aff |
--- a/contrib/python-hook-examples.py Wed Mar 16 04:12:16 2016 +0530 +++ b/contrib/python-hook-examples.py Wed Mar 16 04:13:28 2016 +0530 @@ -1,7 +1,11 @@ ''' Examples of useful python hooks for Mercurial. ''' -from mercurial import patch, util +from __future__ import absolute_import +from mercurial import ( + patch, + util, +) def diffstat(ui, repo, **kwargs): '''Example usage: