Commit 2d2fbd6c authored by Jérome Perrin's avatar Jérome Perrin

fixup! ReadShiftFromSpreadsheet: use time unit mixin to simplify code

parent 923f616d
......@@ -8,7 +8,7 @@ import datetime
from dream.plugins import plugin
from dream.plugins.TimeSupport import TimeSupportMixin
class ReadShiftFromSpreadsheet(plugin.InputPreparationPlugin):
class ReadShiftFromSpreadsheet(plugin.InputPreparationPlugin, TimeSupportMixin):
""" Input prepration
read shift-srpeadsheet data and update the wip property of the stations.
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment