Rev 4646: Remove import deque per Vincent's request. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted

John Arbash Meinel john at arbash-meinel.com
Tue Aug 18 15:49:33 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.19-known-graph-sorted

------------------------------------------------------------
revno: 4646
revision-id: john at arbash-meinel.com-20090818144917-skyo0h1ntajmf76d
parent: john at arbash-meinel.com-20090817221106-snef4s9g2f7zue60
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.19-known-graph-sorted
timestamp: Tue 2009-08-18 09:49:17 -0500
message:
  Remove import deque per Vincent's request.
-------------- next part --------------
=== modified file 'bzrlib/tsort.py'
--- a/bzrlib/tsort.py	2009-08-17 18:36:14 +0000
+++ b/bzrlib/tsort.py	2009-08-18 14:49:17 +0000
@@ -23,7 +23,6 @@
     graph as _mod_graph,
     revision as _mod_revision,
     )
-from collections import deque
 
 
 __all__ = ["topo_sort", "TopoSorter", "merge_sort", "MergeSorter"]



More information about the bazaar-commits mailing list