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/quickstart.py | |
parent | c5d67b03219f3643ea9e250a7cd3cafd5aaf2efb (diff) | |
download | sphinx-git-1ec19290e1446c43e4ac3ea576f2a1e8986a28ff.tar.gz |
Rename os to osutil, thanks to relative imports.
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 49f330f55..269170535 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -15,7 +15,7 @@ from os import path TERM_ENCODING = getattr(sys.stdin, 'encoding', None) from sphinx import __version__ -from sphinx.util.os import make_filename +from sphinx.util.osutil import make_filename from sphinx.util.console import purple, bold, red, turquoise, \ nocolor, color_terminal from sphinx.util import texescape |