Dan Kenigsberg has submitted this change and it was merged.
Change subject: Fix check-local build error
......................................................................
Fix check-local build error
Commit a062a1ae5124b6bce0beb73433fe0bf5822e6ebd changed
vm.py removing a call to the caps module, but didn't remove
the module import from source file and now pyflakes complains.
(hungerforce) vdsm % make check-local
find . -path './.git' -prune -type f -o \
-name '*.py' -o -name '*.py.in' | xargs /bin/pyflakes
./vdsm/vm.py:36: 'caps' imported but unused
make: *** [check-local] Error 123
This patch just removes the import.
Change-Id: I1db4f921afb471dd0bd335c178f9b518b0d57c74
Signed-off-by: Ryan Harper <[email protected]>
---
M vdsm/vm.py
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Ryan Harper: Verified
Bret Palsson: Verified; Looks good to me, but someone else must approve
Dan Kenigsberg: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8308
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1db4f921afb471dd0bd335c178f9b518b0d57c74
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <[email protected]>
Gerrit-Reviewer: Bret Palsson <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Peter V. Saveliev <[email protected]>
Gerrit-Reviewer: Ryan Harper <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches