Remove __version__ variables

This comes from thoughtlessly copying the copyright header from
vdirsyncer/__init__.py
This commit is contained in:
Markus Unterwaditzer 2014-03-02 03:23:24 +01:00
parent 812d376c5d
commit 0be426e382
5 changed files with 0 additions and 5 deletions

View file

@ -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

View file

@ -7,7 +7,6 @@
:copyright: (c) 2014 Markus Unterwaditzer
:license: MIT, see LICENSE for more details.
'''
__version__ = '0.1.0'
from unittest import TestCase

View file

@ -7,7 +7,6 @@
:copyright: (c) 2014 Markus Unterwaditzer
:license: MIT, see LICENSE for more details.
'''
__version__ = '0.1.0'
from unittest import TestCase

View file

@ -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

View file

@ -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