Bug 843776

Summary: pyflakes: Remove wildcard imports from python functions
Product: [Retired] oVirt Reporter: Fabian Deutsch <fdeutsch>
Component: ovirt-nodeAssignee: Fabian Deutsch <fdeutsch>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, jboggs, mburns, mgoldboi, ovirt-bugs, ovirt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 2.7.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-28 13:32:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 843777    

Description Fabian Deutsch 2012-07-27 10:50:00 UTC
Description of problem:
pyflakes can not detect undefined names because many python files in the node sources use "wildcard imports" (from ... import *).

pyflakes:
ovirtnode/log.py:25: 'from ovirtnode.ovirtfunctions import *' used; unable to detect undefined names

Comment 1 Mike Burns 2013-02-05 14:31:57 UTC
much of this is done already, but need to revisit and finish cleanup in 2.7.0

Comment 2 Fabian Deutsch 2013-11-28 13:32:52 UTC
More stuff go tmigrated to a new codebase. Remaining code migration is tracked in a different bug.