removed_print_statement

bzr revid: fp@tinyerp.com-20081122190453-m7jrpvws5e1s7of7
This commit is contained in:
Fabien Pinckaers 2008-11-22 20:04:53 +01:00
parent 7c6cea37cb
commit cbbe020e76
1 changed files with 0 additions and 2 deletions

View File

@ -264,10 +264,8 @@ def _upload(self, cr, uid, datas, context):
'auto_password': datas['form']['password']
}
name = mod.name
print 'ICI'
a = urllib.urlopen('http://www.openerp.com/mtree_interface.php?module=%s' % (name,))
aa = a.read()
print aa
if aa[0]<>'0':
updata['link_id']=aa.split('\n')[0]
updata['option'] = 'mtree'