diff options
author | Georg Brandl <georg@python.org> | 2010-01-17 17:49:01 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-17 17:49:01 +0100 |
commit | 1ec19290e1446c43e4ac3ea576f2a1e8986a28ff (patch) | |
tree | 992fc5e75712239376d40add00cabcc6e9f30ad4 /sphinx/builders/changes.py | |
parent | c5d67b03219f3643ea9e250a7cd3cafd5aaf2efb (diff) | |
download | sphinx-git-1ec19290e1446c43e4ac3ea576f2a1e8986a28ff.tar.gz |
Rename os to osutil, thanks to relative imports.
Diffstat (limited to 'sphinx/builders/changes.py')
-rw-r--r-- | sphinx/builders/changes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/changes.py b/sphinx/builders/changes.py index 63e8084ee..0571246ac 100644 --- a/sphinx/builders/changes.py +++ b/sphinx/builders/changes.py @@ -15,9 +15,9 @@ from cgi import escape from sphinx import package_dir from sphinx.util import copy_static_entry -from sphinx.util.os import ensuredir, os_path from sphinx.theming import Theme from sphinx.builders import Builder +from sphinx.util.osutil import ensuredir, os_path from sphinx.util.console import bold |