diff --git a/vobject/__init__.py b/vobject/__init__.py index f0909f0..abae719 100644 --- a/vobject/__init__.py +++ b/vobject/__init__.py @@ -76,9 +76,13 @@ """ -from .base import newFromBehavior, readOne, readComponents -from . import icalendar, vcard - +from . import ( + icalendar as icalendar, + vcard as vcard) +from .base import ( + newFromBehavior, + readComponents as readComponents, + readOne as readOne) # Package version VERSION = "0.9.8"