diff options
| author | 2023-11-05 10:16:18 -0800 | |
|---|---|---|
| committer | 2023-11-05 10:16:18 -0800 | |
| commit | 841b52be9b960e61af0bcc61454eedc893641626 (patch) | |
| tree | 635611c04770cffd33036a2a2380f978017ee621 /tests/snekio/test_filesystem.py | |
| parent | Merge #195 - Python 3.12 (diff) | |
| parent | Remove Python 3.13 from image (diff) | |
Merge #194 - refactor file structure and nsjail module
Diffstat (limited to '')
| -rw-r--r-- | tests/snekio/test_filesystem.py (renamed from tests/test_filesystem.py) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test_filesystem.py b/tests/snekio/test_filesystem.py index e4d081f..9f6b76d 100644 --- a/tests/test_filesystem.py +++ b/tests/snekio/test_filesystem.py @@ -5,7 +5,7 @@ from tempfile import TemporaryDirectory  from unittest import TestCase  from uuid import uuid4 -from snekbox.filesystem import UnmountFlags, mount, unmount +from snekbox.snekio.filesystem import UnmountFlags, mount, unmount  class LibMountTests(TestCase): | 
