Clean some ical methods

This commit is contained in:
Guillaume Ayoub
2015-02-07 15:39:57 +01:00
parent 38a82b64c1
commit 99575d69ca
2 changed files with 27 additions and 41 deletions

View File

@ -117,8 +117,6 @@ class Collection(ical.Collection):
modification_time = time.gmtime(os.path.getmtime(self._path))
return time.strftime("%a, %d %b %Y %H:%M:%S +0000", modification_time)
def get_item(self, name):
return self._items.get(name)
@property
@contextmanager
def props(self):