vdirsyncer/tests/test_cli.py
2014-03-17 19:30:39 +01:00

15 lines
296 B
Python

# -*- coding: utf-8 -*-
'''
vdirsyncer.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