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

« back to all changes in this revision

Viewing changes to payroll/payroll-4.1.1/__init__.py

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
1
2
import hr
2
3
import setup
3
4
import employee
4
5
import report
5
6
import wizard
6
 
import tax
 
 
b'\\ No newline at end of file'
 
7
import tax
 
8
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
9