-
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
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.