This cleans up a few things in fetch.py that are bit-rotten: - the overly general control_files interface is removed in place of using get_inventory_weave. - unused variables are removed - a empty 4-space indent is turned into a empty line. (Robert Collins)