changeset 4560:80d35fba99a8

merge with main
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 12 Jun 2007 18:55:47 +0200
parents a73d80d6385a (current diff) 9338be783398 (diff)
children 8044be585b91
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = {}