Remove sphinx.builder usage.

This commit is contained in:
Georg Brandl
2008-12-23 20:04:45 +01:00
parent f5ea8295cd
commit 409cc1fe39
3 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ except ImportError:
# functools is new in 2.4
wraps = lambda f: (lambda w: w)
from sphinx import application, builder
from sphinx import application
from path import path