• Reinout van Rees's avatar
    Breaking after finding first import line. · c2dfed9f
    Reinout van Rees authored
    Fixes a bug with multiple import lines. We want to insert ourselves after the
    *first* found import line, not the last one...
    
    Also simplified an if/else for when there's no import statement at all.
    c2dfed9f
easy_install.py 47.2 KB