~netlandish/django-wiki

7c0cbe92bf461323c04b693375977d0dd30fce1b — Benjamin Bach 8 years ago f96313a
fix autocorrect wrong import order
2 files changed, 4 insertions(+), 3 deletions(-)

A .isort.cfg
M docs/conf.py
A .isort.cfg => .isort.cfg +2 -0
@@ 0,0 1,2 @@
[settings]
skip=docs/conf.py

M docs/conf.py => docs/conf.py +2 -3
@@ 4,8 4,6 @@ from __future__ import absolute_import, print_function, unicode_literals
import os
import sys

import wiki

#
# django-wiki documentation build configuration file, created by
# sphinx-quickstart on Mon Jul 23 16:13:51 2012.


@@ 62,7 60,8 @@ sys.path = [path] + sys.path
sys.path = [os.path.join(path, 'wiki')] + sys.path


print(wiki.__file__)
import wiki  # noqa


# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the