Show More
@@ -2920,7 +2920,7 b' class dirs(object):' | |||||
2920 | del dirs[base] |
|
2920 | del dirs[base] | |
2921 |
|
2921 | |||
2922 | def __iter__(self): |
|
2922 | def __iter__(self): | |
2923 |
return self._dirs |
|
2923 | return iter(self._dirs) | |
2924 |
|
2924 | |||
2925 | def __contains__(self, d): |
|
2925 | def __contains__(self, d): | |
2926 | return d in self._dirs |
|
2926 | return d in self._dirs |
General Comments 0
You need to be logged in to leave comments.
Login now