~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to lunch/wizard/__init__.py

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
1
2
import confirm
2
3
import cancel
3
4
import reset_box
 
5
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
6