Skip to content
Snippets Groups Projects
Commit c60c4335 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

Test include for rtfd

parent 960fe817
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
# #
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
'../rpg')))
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
'../../rpg'))) '../../rpg')))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment