sergiomb / FedoraReview

Forked from FedoraReview 6 years ago
Clone

a7fb617 Refactor __init__.py

Authored and Committed by leamas 12 years ago
    Refactor __init__.py
    
    At 1200 lines and growing, the __init__.py file is too large. The dependency
    list is also huge. Splitting it into more manageable units, basically one
    class per file. Normalizing filenames to lower_case.
    
    Remove use of requests class, there are problems with some compressed
    files being expanded on download. Use urllib instead, as elsewhere in f-r.
    
        
file modified
+3 -0
file modified
+2 -1
file modified
+15 -1035
src/FedoraReview/bugzilla_bug.py src/FedoraReview/bugz.py
file renamed
+2 -6
file modified
+1 -3
file modified
+2 -1
file modified
+2 -1
file modified
+2 -2
file modified
+3 -5
file modified
+4 -8
file modified
+6 -8
file modified
+12 -12