OwlCyberSecurity - MANAGER
Edit File: filter.pyc
� �t�ac @ s\ d d l m Z d d l m Z d d g Z d e f d � � YZ d e f d � � YZ d S( i����( t Componentt CalendarFiltert AddressFilterc B s2 e Z d Z d � Z d � Z d � Z d � Z RS( sF Abstract class that defines an iCalendar filter/merge object c C s d S( N( ( t self( ( s3 /opt/cpanel-ccs/twistedcaldav/datafilters/filter.pyt __init__ s c C s t � d S( s� Filter the supplied iCalendar object using the request information. @param ical: iCalendar object @type ical: L{Component} @return: L{Component} for the filtered calendar data N( t NotImplementedError( R t ical( ( s3 /opt/cpanel-ccs/twistedcaldav/datafilters/filter.pyt filter"