Mercurial > public > mercurial-scm > hg
diff mercurial/copies.py @ 7873:4a4c7f6a5912
cleanup: drop unused imports
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Mon, 23 Mar 2009 13:12:07 +0100 |
parents | 4dd7b28003d2 |
children | 08e1baf924ca |
line wrap: on
line diff
--- a/mercurial/copies.py Mon Mar 23 13:12:03 2009 +0100 +++ b/mercurial/copies.py Mon Mar 23 13:12:07 2009 +0100 @@ -5,7 +5,6 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -from node import nullid, nullrev from i18n import _ import util, heapq