Hi,
I'm trying to update z3c.recipe.i18n to Buildout 2. On each bin
scripts, I have this:
#!/home/sdouche/vpython/py2.7.4-empty/bin/python
import sys
sys.path[0:0] = [
...
]
import os
sys.argv[0] = os.path.abspath(sys.argv[0])
os.chdir(/home/sdouche/src/z3c.recipe.i18n/src) <==
As you can see, the path is not quoted. Moreover, I don't need this
line. So, how change or remove this line?
--
Sebastien Douche <
sdo...@gmail.com>
Twitter: @sdouche / G+: +sdouche