vdirsyncer/tests/test_cli.py
Markus Unterwaditzer d14dfcd5f8 More copyright headers
[ci skip]
2014-04-01 21:09:40 +02:00

15 lines
273 B
Python

# -*- coding: utf-8 -*-
'''
tests.test_cli
~~~~~~~~~~~~~~
:copyright: (c) 2014 Markus Unterwaditzer
:license: MIT, see LICENSE for more details.
'''
import vdirsyncer.cli as cli
import vdirsyncer.exceptions as exceptions
class TestCli(object):
pass