[IMP] packagin setup.py dont rely on cwd

bzr revid: al@openerp.com-20111001133251-tlad32kl2c1rjib9
This commit is contained in:
Antony Lesuisse 2011-10-01 15:32:51 +02:00
parent f94a1d1d14
commit cd972ba503
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
import glob, os, re, setuptools, sys
from os.path import join, isfile
execfile(join('openerp', 'release.py'))
execfile(join(os.path.dirname(__file__), 'openerp', 'release.py'))
py2exe_keywords = {}
if os.name == 'nt':