• Reinout van Rees's avatar
    Fixed #79 · 08d66abe
    Reinout van Rees authored
    When generating a python interpreter script with an empty `eggs=`,
    previously you'd get `sys.path[0:0] = [,]`, which means a syntax
    error because of the dangling comma.
    08d66abe
easy_install.txt 44.8 KB