repoview: remove special casing of "requirements"
At the time this code was introduced (
3a6ddacb7198), the inline comment
was true. This changed in
e3a928bd1cd4. The proxy is no longer needed.
bookmarks: move variable initialization earlier
Since we no longer set '_clean = False' during the initialization loop, we can
move the attribute assignment earlier in the function for clarity.
(no speed improvement expected or measured ;-) )