diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-25 17:48:29 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2014-10-25 20:04:32 -0400 |
commit | 8bb61d205a8631a2ec7dcc52a39377148feda069 (patch) | |
tree | d3f50837f26e9a9dc4a48c0f4b1c86d562ca5a81 /doc | |
parent | lint: disable a few pylint checks where it makes sense (diff) | |
download | snakeoil-8bb61d205a8631a2ec7dcc52a39377148feda069.tar.gz snakeoil-8bb61d205a8631a2ec7dcc52a39377148feda069.tar.bz2 snakeoil-8bb61d205a8631a2ec7dcc52a39377148feda069.zip |
lint: drop unused module imports
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index e9dc2bc..8186582 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,8 +11,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. |