~hr-core-editors/openerp-hr/6.1

« back to all changes in this revision

Viewing changes to hr_change_password/wizard/__init__.py

[MRG] 6.1-modules-from-other-projects (hr_skill kept unchanged on conflict resolution)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
#-*- coding:utf-8 -*-
3
 
##############################################################################
4
 
#
5
 
#    OpenERP, Open Source Management Solution    
 
3
#
 
4
#
 
5
#    OpenERP, Open Source Management Solution
6
6
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
7
7
#    d$
8
8
#
19
19
#    You should have received a copy of the GNU General Public License
20
20
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
21
#
22
 
##############################################################################
23
 
 
24
 
import change_passwd_wizard
 
22
#
 
23
from . import change_passwd_wizard