Bug 843776 - pyflakes: Remove wildcard imports from python functions
Summary: pyflakes: Remove wildcard imports from python functions
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-node
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Fabian Deutsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 843777
TreeView+ depends on / blocked
 
Reported: 2012-07-27 10:50 UTC by Fabian Deutsch
Modified: 2013-11-28 13:32 UTC (History)
6 users (show)

Fixed In Version: 2.7.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-28 13:32:52 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.