Commit b62974bc authored by Matthieu Cattin's avatar Matthieu Cattin Committed by Theodor-Adrian Stana

Fix ei2c folder path.

parent 24eb65b9
import sys
sys.path.append("../ei2c")
sys.path.append("../../ei2c")
from ei2c import *
import ei2cdefine
import math
......
import sys
sys.path.append("../ei2c")
sys.path.append("../../ei2c")
import time
from ei2c import *
import ei2cdefine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment