Reviewers: ,
Please review this at http://codereview.tryton.org/833002/ Affected files: M __init__.py Index: __init__.py =================================================================== --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,6 @@ #this repository contains the full copyright notices and license terms. from trytond.pool import Pool -from . import caldav from .webdav import * from .calendar_ import * from .res import *
