# HG changeset patch # User Thomas Arendsen Hein # Date 1181667347 -7200 # Node ID 80d35fba99a87976095553bd8b8b171c75f1f79a # Parent a73d80d6385a463149a2f21b7c4165cf368849d7# Parent 9338be783398a3c996b15d4bd4e3c5ea79efc8a8 merge with main diff -r a73d80d6385a -r 80d35fba99a8 mercurial/extensions.py --- a/mercurial/extensions.py Tue Jun 12 17:39:57 2007 +0200 +++ b/mercurial/extensions.py Tue Jun 12 18:55:47 2007 +0200 @@ -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 = {}