# HG changeset patch # User Thomas Arendsen Hein # Date 1181667347 -7200 # Node ID 80d35fba99a87976095553bd8b8b171c75f1f79a # Parent a73d80d6385a463149a2f21b7c4165cf368849d7# Parent 9338be783398a3c996b15d4bd4e3c5ea79efc8a8 merge with main diff --git a/mercurial/extensions.py b/mercurial/extensions.py --- a/mercurial/extensions.py +++ b/mercurial/extensions.py @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -import imp, commands, hg, util +import imp, commands, hg, util, sys from i18n import _ _extensions = {}