Skip to content

Commit

Permalink
path error fix: continuum_snake_render.py
Browse files Browse the repository at this point in the history
This commit fixes the path error in continuum_snake_render.py
and adds the upper level directory paths for importing.
  • Loading branch information
Arman Tekinalp committed Mar 1, 2021
1 parent 591e46a commit ba1b273
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
The module requires POVray installed.
"""

import sys

sys.path.append("../../../")

import multiprocessing
import os
from functools import partial
Expand Down

0 comments on commit ba1b273

Please sign in to comment.