mercurial/extensions.py
changeset 4559 9338be783398
parent 4544 930ed513c864
child 4567 622d8ed78b47
child 4581 3daed3680554
--- 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 = {}