Closed wilsonfreitas closed 11 years ago
The calendar doesn't have a name property, and it makes nonsense since I have to provide a name for the calendar.
Now Calendar has a read-only name.
cal = Calendar('Test') self.assertEqual(cal.name, 'Test')
The calendar doesn't have a name property, and it makes nonsense since I have to provide a name for the calendar.