mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +00:00
Remove __version__ variables
This comes from thoughtlessly copying the copyright header from vdirsyncer/__init__.py
This commit is contained in:
parent
812d376c5d
commit
0be426e382
5 changed files with 0 additions and 5 deletions
|
|
@ -6,7 +6,6 @@
|
|||
:copyright: (c) 2014 Markus Unterwaditzer
|
||||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
__version__ = '0.1.0'
|
||||
|
||||
from vdirsyncer.storage.base import Item
|
||||
import vdirsyncer.exceptions as exceptions
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
:copyright: (c) 2014 Markus Unterwaditzer
|
||||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
__version__ = '0.1.0'
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
:copyright: (c) 2014 Markus Unterwaditzer
|
||||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
__version__ = '0.1.0'
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
:copyright: (c) 2014 Markus Unterwaditzer
|
||||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
__version__ = '0.1.0'
|
||||
|
||||
from unittest import TestCase
|
||||
import tempfile
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
:copyright: (c) 2014 Markus Unterwaditzer
|
||||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
__version__ = '0.1.0'
|
||||
|
||||
from unittest import TestCase
|
||||
from vdirsyncer.storage.memory import MemoryStorage
|
||||
|
|
|
|||
Loading…
Reference in a new issue