thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.
842 stars 281 forks source link

Missing comma in test_get_days expecteds list #37

Closed gabrielhurley closed 13 years ago

gabrielhurley commented 14 years ago

See http://github.com/thauber/django-schedule/blob/master/schedule/tests/test_periods.py#L142

It causes a "TypeError: tuple object is not callable" to be raised.

bartekgorny commented 13 years ago

It has been fixed some time ago - see current code in https://github.com/bartekgorny/django-schedule