changeset 8896:b793ce68f082

extensions: remove import rendered unnecessary by e4e22a310b62
author Cédric Duval <cedricduval@free.fr>
date Sun, 21 Jun 2009 20:34:58 +0200
parents ef59f4634a15
children aa78a0583731 3ad0b5ddae58
files mercurial/extensions.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/extensions.py	Sun Jun 21 20:35:20 2009 +0200
+++ b/mercurial/extensions.py	Sun Jun 21 20:34:58 2009 +0200
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-import imp, os, sys
+import imp, os
 import util, cmdutil, help
 from i18n import _, gettext