project_long_term: comment the code

bzr revid: sbh@tinyerp.com-20110105092234-qdcy1l0vlz6ufhet
This commit is contained in:
Sbh (OpenERP) 2011-01-05 14:52:34 +05:30
parent c77bdc5770
commit a857948b4e
1 changed files with 4 additions and 4 deletions

View File

@ -620,10 +620,10 @@ def Project_%d():
task_ids.append(task.id)
#Temp File to test the Code for the Allocation
fn = '/home/hmo/Desktop/plt.py'
fp = open(fn, 'w')
fp.writelines(func_str)
fp.close()
# fn = '/home/hmo/Desktop/plt.py'
# fp = open(fn, 'w')
# fp.writelines(func_str)
# fp.close()
# Allocating Memory for the required Project and Pahses and Resources
exec(func_str)