Style fixes

This commit is contained in:
Markus Unterwaditzer 2014-05-18 22:43:10 +02:00
parent 3c1718a64a
commit 9d5be79cf5
2 changed files with 1 additions and 3 deletions

View file

@ -379,7 +379,6 @@ class CarddavStorage(DavStorage):
CardDAV. Usable as ``carddav`` in the config file.
''' + DavStorage.__doc__
fileext = '.vcf'
item_mimetype = 'text/vcard'
dav_header = 'addressbook'

View file

@ -36,7 +36,6 @@ def prepare_verify(verify):
class HttpStorage(Storage):
'''
Use a simple ``.ics`` file (or similar) from the web. Usable as ``http`` in
the config file.
@ -63,7 +62,7 @@ class HttpStorage(Storage):
[storage holidays_remote]
type = http
url = https://mozorg.cdn.mozilla.net/media/caldata/QueenslandHolidays.ics
url = https://example.com/holidays_from_hicksville.ics
'''
_repr_attributes = ('username', 'url')