diff --git a/html5/forms/__init__.py b/html5/forms/__init__.py index 36248e7..b933572 100644 --- a/html5/forms/__init__.py +++ b/html5/forms/__init__.py @@ -1,2 +1,2 @@ -from widgets import * -from fields import * \ No newline at end of file +from .widgets import * +from .fields import *