comparison mercurial/copies.py @ 10463:5ddde896a19d stable

remove unused imports
author Brodie Rao <me+hg@dackz.net>
date Sun, 14 Feb 2010 01:52:31 -0500
parents 31141fd7c9cc
children 4f11978ae45d
comparison
equal deleted inserted replaced
10462:a94804a8087d 10463:5ddde896a19d
3 # Copyright 2008 Matt Mackall <mpm@selenic.com> 3 # Copyright 2008 Matt Mackall <mpm@selenic.com>
4 # 4 #
5 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version. 6 # GNU General Public License version 2 or any later version.
7 7
8 from i18n import _
9 import util 8 import util
10 import heapq 9 import heapq
11 10
12 def _nonoverlap(d1, d2, d3): 11 def _nonoverlap(d1, d2, d3):
13 "Return list of elements in d1 not in d2 or d3" 12 "Return list of elements in d1 not in d2 or d3"