~hr-core-editors/hr-timesheet/6.1-git

« back to all changes in this revision

Viewing changes to hr_timesheet_reminder/wizard/__init__.py

  • Committer: Stefan Rijnhart (Therp)
  • Date: 2015-06-11 09:53:02 UTC
  • mfrom: (44.1.7)
  • Revision ID: git-v1:5858c84ba33de8fe8956446228b92ca74965eb63
Merge pull request #41 from taktik/6.1

Issue #4: Fix PEP8 on 6.1 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import reminder_config
2
 
import reminder_status
 
1
# -*- coding: utf-8 -*-
 
2
from . import reminder_config
 
3
from . import reminder_status