diff -r 330584235c22 -r 2b585677220e contrib/python-hook-examples.py --- 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: