More import syntax testing.

这个提交包含在:
Craig Warren
2015-11-03 12:30:18 +00:00
父节点 045db7838b
当前提交 85bfd8fa18
共有 3 个文件被更改,包括 16 次插入16 次删除

查看文件

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