merge with main
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 12 Jun 2007 18:55:47 +0200
changeset 4562 80d35fba99a8
parent 4561 a73d80d6385a (current diff)
parent 4558 9338be783398 (diff)
child 4563 8044be585b91
merge with main
--- 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 = {}