changeset 9015:ef440eab290f

extensions: remove unused imports
author Brodie Rao <me+hg@dackz.net>
date Wed, 01 Jul 2009 10:19:40 -0400
parents 87c05a78e588
children 894c5b4be275
files hgext/convert/subversion.py hgext/share.py
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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