changeset 8312 | b87a50b7125c |
parent 8225 | 46293a0c7e9f |
child 8366 | 0bf0045000b5 |
--- a/mercurial/hook.py Thu May 07 15:08:25 2009 +0300 +++ b/mercurial/hook.py Tue Apr 28 17:40:46 2009 +0200 @@ -6,8 +6,8 @@ # GNU General Public License version 2, incorporated herein by reference. from i18n import _ -import util, os, sys -from mercurial import extensions +import os, sys +import extensions, util def _pythonhook(ui, repo, name, hname, funcname, args, throw): '''call python hook. hook is callable object, looked up as