Field

Changeset 129:b311097ccd9f

Show
Ignore:
Timestamp:
07/31/2008 04:22:39 PM (5 months ago)
Author:
marc@f1.local
branch:
default
Message:

Potential fix for #74

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • distribution/application/field.app/Contents/Resources/Java/python/Selection.py

    r114 r129  
    2626        if (not n): 
    2727            mm.remove(n) 
    28         if (sel.__contains__(n)): 
    29             mm.remove(n) 
     28#        if (sel.__contains__(n)): 
     29#            mm.remove(n) 
    3030    return mm 
    3131 
     
    3737        if (not n): 
    3838            mm.remove(n) 
    39         if (sel.__contains__(n)): 
    40             mm.remove(n) 
     39#        if (sel.__contains__(n)): 
     40#            mm.remove(n) 
    4141    return mm 
    4242