diff options
author | lrqrun <lrqrun@gmail.com> | 2012-08-28 20:00:49 +0800 |
---|---|---|
committer | lrqrun <lrqrun@gmail.com> | 2012-08-28 20:00:49 +0800 |
commit | 3207e36984e845496dc910ad32e4f5e3ba628836 (patch) | |
tree | 676707107b95650fa836dd576e32d30b9bdfc92d /doc | |
parent | 58baa42075754c1a3d44a4dbe5e4546bb5689d46 (diff) | |
download | python-swiftclient-3207e36984e845496dc910ad32e4f5e3ba628836.tar.gz |
Fix PEP8 issues.
Fix some pep8 issues in doc/source/conf.py make the code looks pretty.
Change-Id: Icc5ce260aaae8a2c436f5146840ffde4e6ef2839
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 7bbc65f..ca149f5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -12,7 +12,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os +import sys +import 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 |