Mercurial > hg
diff 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 |
line wrap: on
line diff
--- a/mercurial/copies.py Sun Feb 14 13:58:30 2010 +0100 +++ b/mercurial/copies.py Sun Feb 14 01:52:31 2010 -0500 @@ -5,7 +5,6 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -from i18n import _ import util import heapq