mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix Python import in test_track_output
This commit is contained in:
parent
03a8fb64e6
commit
3327242acf
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
import glob
|
||||
import os
|
||||
from subprocess import call
|
||||
import shutil
|
||||
import sys
|
||||
sys.path.insert(0, os.pardir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue