author | Cédric Duval <cedricduval@free.fr> |
Sun, 21 Jun 2009 20:34:58 +0200 | |
changeset 8896 | b793ce68f082 |
parent 8895 | ef59f4634a15 |
child 8897 | aa78a0583731 |
child 8925 | 3ad0b5ddae58 |
--- a/mercurial/extensions.py Sun Jun 21 20:35:20 2009 +0200 +++ b/mercurial/extensions.py Sun Jun 21 20:34:58 2009 +0200 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2, incorporated herein by reference. -import imp, os, sys +import imp, os import util, cmdutil, help from i18n import _, gettext