~credativ/openobject-addons/c2c-extra

« back to all changes in this revision

Viewing changes to etl/lib/demo/gcalendar_openerp.py

  • Committer: ksa (Open ERP)
  • Date: 2010-07-06 05:10:58 UTC
  • Revision ID: ksa@tinyerp.co.in-20100706051058-x96e97ij1pvuu9ey
[IMP]:Remove print statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
# -*- encoding: utf-8 -*-
3
3
##############################################################################
4
 
#    
 
4
#
5
5
#    OpenERP, Open Source Management Solution
6
6
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
7
7
#
16
16
#    GNU Affero General Public License for more details.
17
17
#
18
18
#    You should have received a copy of the GNU Affero General Public License
19
 
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
 
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
#
21
21
##############################################################################
22
22
import etl
62
62
tran=etl.transition(gcalendar_in_events, map)
63
63
tran=etl.transition(map, oo_out_event)
64
64
job1=etl.job([gcalendar_in_events,oo_out_event])
65
 
print job1
66
65
job1.run()
67
 
#print job1.get_statitic_info()