churchyard / FedoraReview

Forked from FedoraReview 6 years ago
Clone

4d21db0 Use six.moves.input() instead of raw_input()

1 file Authored by churchyard 5 years ago, Committed by ngompa 5 years ago,
    Use six.moves.input() instead of raw_input()
    
        python-modernize -wnf libmodernize.fixes.fix_input_six .
    
    Rearranged the imports manually.