Skip to content

Commit

Permalink
lab/hours: we're closing at 6pm next Tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Nov 17, 2015
1 parent 35e6aa4 commit fc43d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocflib/lab/hours.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def closed_all_day(self):
(date(2015, 11, 11), date(2015, 11, 11), 'Veteran\'s Day', []),
(date(2015, 11, 12), date(2015, 11, 12), 'Moving (Early Close)', [Hour(9, 18)]),
(date(2015, 11, 13), date(2015, 11, 15), 'Moving', []),
(date(2015, 11, 24), date(2015, 11, 24), 'Thanksgiving Break', [Hour(9, 12)]),
(date(2015, 11, 24), date(2015, 11, 24), 'Thanksgiving Break (Early Close)', [Hour(9, 18)]),
(date(2015, 11, 25), date(2015, 11, 29), 'Thanksgiving Break', []),
(date(2015, 12, 7), date(2015, 12, 13), 'R.R.R. Week', [Hour(11, 21)]),
(date(2015, 12, 14), date(2015, 12, 17), 'Finals Week', [Hour(9, 21)]),
Expand Down

0 comments on commit fc43d09

Please sign in to comment.