diff mercurial/extensions.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents f8a86ea7521b
children 7da76778dbd7
line wrap: on
line diff
--- a/mercurial/extensions.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/mercurial/extensions.py	Thu Mar 06 22:23:41 2008 +0100
@@ -6,7 +6,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 import imp, os
-import util, sys
+import util
 from i18n import _
 
 _extensions = {}