Fixed #79
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.
Showing
Please register or sign in to comment
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.