~savoirfairelinux-openerp/openerp-hr/department_parent_cascade

« back to all changes in this revision

Viewing changes to hr_payroll_register/__init__.py

  • Committer: Michael Telahun Makonnen
  • Author(s): Maxime Chambreuil
  • Date: 2013-09-23 13:55:07 UTC
  • Revision ID: mmakonnen@gmail.com-20130923135507-977uawy6dd6jlwhz
[FIX] PEP8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#-*- coding:utf-8 -*-
2
 
##############################################################################
 
2
#
3
3
#
4
4
#    Copyright (C) 2011 Michael Telahun Makonnen <mmakonnen@gmail.com>.
5
5
#    All Rights Reserved.
17
17
#    You should have received a copy of the GNU Affero General Public License
18
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
#
20
 
##############################################################################
 
20
#
21
21
 
22
 
import hr_payroll_register
23
 
import report
24
 
import wizard
 
22
from . import hr_payroll_register
 
23
from . import report
 
24
from . import wizard