diff --git a/CHANGES.rst b/CHANGES.rst index ffae49a..3b2abc2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ Changelog Minor changes: -- ... +- add ``__all__`` variable to each modules in ``icalendar`` package Breaking changes: diff --git a/src/icalendar/cal.py b/src/icalendar/cal.py index 9b02195..120d70d 100644 --- a/src/icalendar/cal.py +++ b/src/icalendar/cal.py @@ -767,5 +767,4 @@ component_factory = ComponentFactory() __all__ = ["Alarm", "Calendar", "Component", "ComponentFactory", "Event", "FreeBusy", "INLINE", "Journal", "Timezone", "TimezoneDaylight", - "TimezoneStandard", "Todo", "component_factory", "dateutil", - "types_factory"] + "TimezoneStandard", "Todo", "component_factory", "types_factory"]