summaryrefslogtreecommitdiff
path: root/django/template/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/template/__init__.py')
-rw-r--r--django/template/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/__init__.py b/django/template/__init__.py
index cd1bf167c8..20f4986837 100644
--- a/django/template/__init__.py
+++ b/django/template/__init__.py
@@ -66,7 +66,7 @@ from .base import (Context, Node, NodeList, Origin, RequestContext, # NOQA
from .base import resolve_variable # NOQA
# Library management
-from .base import Library # NOQA
+from .library import Library # NOQA
__all__ += ('Template', 'Context', 'RequestContext')