mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Style fixes
This commit is contained in:
parent
3c1718a64a
commit
9d5be79cf5
2 changed files with 1 additions and 3 deletions
|
|
@ -379,7 +379,6 @@ class CarddavStorage(DavStorage):
|
||||||
CardDAV. Usable as ``carddav`` in the config file.
|
CardDAV. Usable as ``carddav`` in the config file.
|
||||||
''' + DavStorage.__doc__
|
''' + DavStorage.__doc__
|
||||||
|
|
||||||
|
|
||||||
fileext = '.vcf'
|
fileext = '.vcf'
|
||||||
item_mimetype = 'text/vcard'
|
item_mimetype = 'text/vcard'
|
||||||
dav_header = 'addressbook'
|
dav_header = 'addressbook'
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,6 @@ def prepare_verify(verify):
|
||||||
|
|
||||||
|
|
||||||
class HttpStorage(Storage):
|
class HttpStorage(Storage):
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Use a simple ``.ics`` file (or similar) from the web. Usable as ``http`` in
|
Use a simple ``.ics`` file (or similar) from the web. Usable as ``http`` in
|
||||||
the config file.
|
the config file.
|
||||||
|
|
@ -63,7 +62,7 @@ class HttpStorage(Storage):
|
||||||
|
|
||||||
[storage holidays_remote]
|
[storage holidays_remote]
|
||||||
type = http
|
type = http
|
||||||
url = https://mozorg.cdn.mozilla.net/media/caldata/QueenslandHolidays.ics
|
url = https://example.com/holidays_from_hicksville.ics
|
||||||
'''
|
'''
|
||||||
|
|
||||||
_repr_attributes = ('username', 'url')
|
_repr_attributes = ('username', 'url')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue