More import syntax testing.

这个提交包含在:
Craig Warren
2015-11-03 12:15:58 +00:00
父节点 41eb65ea60
当前提交 045db7838b
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@@ -18,7 +18,7 @@ import os, re, shlex, sys
# 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.
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../gprMax'))
# -- General configuration ------------------------------------------------