comparison hgext/convert/cvsps.py @ 7280:810ca383da9c

remove unused variables
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 28 Oct 2008 19:25:26 +0100
parents d4218edd55bd
children 16905fc2690f
comparison
equal deleted inserted replaced
7279:1f0f84660dea 7280:810ca383da9c
6 # This software may be used and distributed according to the terms 6 # This software may be used and distributed according to the terms
7 # of the GNU General Public License, incorporated herein by reference. 7 # of the GNU General Public License, incorporated herein by reference.
8 8
9 import os 9 import os
10 import re 10 import re
11 import sys
12 import cPickle as pickle 11 import cPickle as pickle
13 from mercurial import util 12 from mercurial import util
14 from mercurial.i18n import _ 13 from mercurial.i18n import _
15 14
16 def listsort(list, key): 15 def listsort(list, key):