Fix #64: import error in intersphinx.

This commit is contained in:
Georg Brandl
2008-12-05 12:27:08 +01:00
parent c7dff98745
commit d4b5f1d843

View File

@@ -31,7 +31,7 @@ from os import path
from docutils import nodes
from sphinx.builders import INVENTORY_FILENAME
from sphinx.builders.html import INVENTORY_FILENAME
def fetch_inventory(app, uri, inv):