diff --git a/bikeshed/doctypes/__init__.py b/bikeshed/doctypes/__init__.py index 56ce75a303..e845d6cdc0 100644 --- a/bikeshed/doctypes/__init__.py +++ b/bikeshed/doctypes/__init__.py @@ -1 +1 @@ -from .manager import NIL_GROUP, NIL_ORG, NIL_STATUS, DoctypeManager, Group, Org, Status +from .manager import NIL_GROUP, NIL_ORG, NIL_STATUS, Doctype, DoctypeManager, Group, Org, Status