Bug 185275 - Use pyflakes on anaconda code base
Summary: Use pyflakes on anaconda code base
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-13 03:51 UTC by Need Real Name
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-13 19:01:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Fix 3 undefined variables (1.50 KB, patch)
2006-03-13 03:51 UTC, Need Real Name
no flags Details | Diff

Description Need Real Name 2006-03-13 03:51:33 UTC
Pyflakes (or any other source code analyze programs) has not been used during
the development of anaconda.

Attached is a patch which fixes 3 bugs found by it.

To be able to use it properly all from X import * imports needs to be elimiated.

Comment 1 Need Real Name 2006-03-13 03:51:33 UTC
Created attachment 126016 [details]
Fix 3 undefined variables

Comment 2 Jeremy Katz 2006-03-13 19:01:49 UTC
Fixed in CVS.  We use pychecker at various intervals, but some of the circular
ity of imports that we end up having confuse it and similar tools.  I'll have to
take a look at pyflakes.


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