Show More
@@ -250,7 +250,7 def andset(repo, subset, x, y): | |||
|
250 | 250 | def orset(repo, subset, x, y): |
|
251 | 251 | xl = getset(repo, subset, x) |
|
252 | 252 | yl = getset(repo, subset - xl, y) |
|
253 |
return |
|
|
253 | return xl + yl | |
|
254 | 254 | |
|
255 | 255 | def notset(repo, subset, x): |
|
256 | 256 | return subset - getset(repo, subset, x) |
General Comments 0
You need to be logged in to leave comments.
Login now