Show More
@@ -103,7 +103,6 b' def _chain(src, dst, a, b):' | |||||
103 | # remove criss-crossed copies |
|
103 | # remove criss-crossed copies | |
104 | for k, v in t.items(): |
|
104 | for k, v in t.items(): | |
105 | if k in src and v in dst: |
|
105 | if k in src and v in dst: | |
106 | print "bad", k, v |
|
|||
107 | del t[k] |
|
106 | del t[k] | |
108 |
|
107 | |||
109 | return t |
|
108 | return t |
General Comments 0
You need to be logged in to leave comments.
Login now