summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx/builder.py
diff options
context:
space:
mode:
authorgbrandl <gbrandl@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-07-18 23:08:53 +0000
committergbrandl <gbrandl@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-07-18 23:08:53 +0000
commit04f3f93ca21b219417eedbd36421d525bbe5b333 (patch)
tree8a5b9d9e01e8e84192f0a255c64f3c187d45503a /sandbox/py-rest-doc/sphinx/builder.py
parentad8b63ed425392b0054d16c5ece5d4d2379aa99c (diff)
downloaddocutils-04f3f93ca21b219417eedbd36421d525bbe5b333.tar.gz
Fix jinja integration.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5381 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/py-rest-doc/sphinx/builder.py')
-rw-r--r--sandbox/py-rest-doc/sphinx/builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/py-rest-doc/sphinx/builder.py b/sandbox/py-rest-doc/sphinx/builder.py
index 9b5cccd67..82caf5388 100644
--- a/sandbox/py-rest-doc/sphinx/builder.py
+++ b/sandbox/py-rest-doc/sphinx/builder.py
@@ -263,7 +263,7 @@ class StandaloneHTMLBuilder(Builder):
def init(self):
"""Load templates."""
# lazily import this, maybe other builders won't need it
- from .jinja import Environment, FileSystemLoader
+ from ._jinja import Environment, FileSystemLoader
# load templates
self.templates = {}