Merge "Move the imports to the top of the file"

This commit is contained in:
Jenkins 2017-06-21 20:09:42 +00:00 committed by Gerrit Code Review
commit c29973f56c
1 changed files with 2 additions and 1 deletions

View File

@ -25,9 +25,10 @@
import sys
sys.path.append('..')
from packstack.version import version_info
sys.path.append('..')
# 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.