~ubuntu-branches/ubuntu/karmic/imgseek/karmic

« back to all changes in this revision

Viewing changes to imgSeekLib/DuplicateWiz.py

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz Fenski
  • Date: 2004-09-25 18:31:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040925183153-h7eoxlfzwvek74u3
Tags: 0.8.4-3
* debian/control:
  - removed libmagick++6-dev from dependencies
    Thanks to Daniel Kobras for noticing it (Closes: #272629)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    begin                : Mon Jan 13 2003
4
4
    author               : (C) 2002 by Ricardo Niederberger Cabral
5
5
    email                : nieder|at|mail.ru
6
 
    $Id: DuplicateWiz.py,v 1.51 2004/02/28 13:08:00 niederberger Exp $
 
6
    $Id: DuplicateWiz.py,v 1.52 2004/05/01 15:26:16 niederberger Exp $
7
7
 
8
8
    This program is free software; you can redistribute it and/or modify
9
9
    it under the terms of the GNU General Public License as published by
230
230
                    except:
231
231
                        fname = None
232
232
            others = targetlist[:]
233
 
            try:
 
233
            try:                        #TODO: this is probably ineficient as hell
234
234
                others.remove(id)           # so id is not found as a duplicate to id
235
235
            except:
236
236
                traceback.print_exc()