mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-03 12:24:18 +01:00
Fix unit tests
This commit is contained in:
@@ -2,11 +2,7 @@ import os
|
||||
import shutil
|
||||
from tempfile import mkdtemp
|
||||
from unittest import TestCase
|
||||
|
||||
try:
|
||||
from unittest import mock
|
||||
except ImportError:
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
from fs_uae_wrapper import file_archive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user