Skip to content

Commit

Permalink
merge change from pyconca 2013-web
Browse files Browse the repository at this point in the history
  • Loading branch information
codersquid committed Jun 14, 2014
1 parent e4c3fbd commit 6d1c995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions symposion/schedule/timetable.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ def __iter__(self):
slot.rowspan = TimeTable.rowspan(times, slot.start, slot.end)
slot.colspan = slot.room_count
row["slots"].append(slot)
if row["slots"] or next_time is None:
yield row
yield row

@staticmethod
def rowspan(times, start, end):
Expand Down

0 comments on commit 6d1c995

Please sign in to comment.