~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/graph.py

  • Committer: Aaron Bentley
  • Date: 2007-08-07 15:26:26 UTC
  • mto: This revision was merged to the branch mainline in revision 2679.
  • Revision ID: abentley@panoramicfeedback.com-20070807152626-hii4pfmff3ayxxp9
Remove testing code

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        active_searchers = dict(searchers)
233
233
        # skip over the actual candidate for each searcher
234
234
        for searcher in active_searchers.itervalues():
235
 
            x = searcher.next()
 
235
            searcher.next()
236
236
        while len(active_searchers) > 0:
237
237
            for candidate in active_searchers.keys():
238
238
                try: