Show More
@@ -270,7 +270,7 class manifestdict(object): | |||
|
270 | 270 | m._lm[fn] = lm[fn] |
|
271 | 271 | return m |
|
272 | 272 | |
|
273 |
m = manifestdict( |
|
|
273 | m = manifestdict() | |
|
274 | 274 | m._lm = self._lm.filtercopy(match) |
|
275 | 275 | return m |
|
276 | 276 | |
@@ -307,7 +307,7 class manifestdict(object): | |||
|
307 | 307 | return default |
|
308 | 308 | |
|
309 | 309 | def copy(self): |
|
310 |
c = manifestdict( |
|
|
310 | c = manifestdict() | |
|
311 | 311 | c._lm = self._lm.copy() |
|
312 | 312 | return c |
|
313 | 313 |
General Comments 0
You need to be logged in to leave comments.
Login now