diff options
| author | Georg Brandl <georg@python.org> | 2013-01-13 10:26:52 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-01-13 10:26:52 +0100 |
| commit | b4062568688e7c3323ee03f4ea5827b57742c3b4 (patch) | |
| tree | b96d2c96b1c0e0f54bbdb3073bf00540ced52ab8 /sphinx/environment.py | |
| parent | b233525fb2ae18bfe7d67ad3f0f7a0a8f7a81426 (diff) | |
| download | sphinx-b4062568688e7c3323ee03f4ea5827b57742c3b4.tar.gz | |
Fix pyflakes issues.
Diffstat (limited to 'sphinx/environment.py')
| -rw-r--r-- | sphinx/environment.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/environment.py b/sphinx/environment.py index ba1b836b..0ddb4bfb 100644 --- a/sphinx/environment.py +++ b/sphinx/environment.py @@ -41,8 +41,7 @@ from sphinx.util import url_re, get_matching_docs, docname_join, split_into, \ split_index_msg, FilenameUniqDict from sphinx.util.nodes import clean_astext, make_refnode, extract_messages, \ traverse_translatable_index, WarningStream -from sphinx.util.osutil import movefile, SEP, ustrftime, find_catalog, \ - fs_encoding +from sphinx.util.osutil import SEP, ustrftime, find_catalog, fs_encoding from sphinx.util.matching import compile_matchers from sphinx.util.pycompat import all, class_types from sphinx.util.websupport import is_commentable |
