Skip to content
Snippets Groups Projects
Commit 6d29b6ec authored by Stefano Borini's avatar Stefano Borini
Browse files

Added introduction and fixed conf path

parent af2ff9bc
No related branches found
No related tags found
1 merge request!18Added documentation infrastructure
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
......@@ -6,8 +6,10 @@ import sys
import os
sys.path.insert(0, os.path.join(os.path.abspath(__file__), "..", ".."))
sys.path.insert(0, os.path.join(
os.path.dirname(os.path.abspath(__file__)), "..", "..")
)
print(sys.path)
MOCK_MODULES=[]
def _warn_node(self, msg, node, **kwargs):
......
Introduction
------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment