extensions: remove unused imports
authorBrodie Rao <me+hg@dackz.net>
Wed, 01 Jul 2009 10:19:40 -0400
changeset 9015 ef440eab290f
parent 9014 87c05a78e588
child 9016 894c5b4be275
extensions: remove unused imports
hgext/convert/subversion.py
hgext/share.py
--- a/hgext/convert/subversion.py	Fri Jun 26 14:42:05 2009 +0200
+++ b/hgext/convert/subversion.py	Wed Jul 01 10:19:40 2009 -0400
@@ -2,7 +2,6 @@
 #
 # Copyright(C) 2007 Daniel Holth et al
 
-import locale
 import os
 import re
 import sys
--- a/hgext/share.py	Fri Jun 26 14:42:05 2009 +0200
+++ b/hgext/share.py	Wed Jul 01 10:19:40 2009 -0400
@@ -5,7 +5,6 @@
 
 '''share a common history between several working directories'''
 
-import os
 from mercurial.i18n import _
 from mercurial import hg, commands