Skip to content
Snippets Groups Projects
Commit cd972ba5 authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[IMP] packagin setup.py dont rely on cwd

bzr revid: al@openerp.com-20111001133251-tlad32kl2c1rjib9
parent f94a1d1d
No related branches found
No related tags found
No related merge requests found
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment