mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-04-26 02:11:27 +02:00
Fix unit tests
This commit is contained in:
+1
-5
@@ -3,11 +3,7 @@ import sys
|
||||
from tempfile import mkstemp, mkdtemp
|
||||
from unittest import TestCase
|
||||
import shutil
|
||||
|
||||
try:
|
||||
from unittest import mock
|
||||
except ImportError:
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
from fs_uae_wrapper import utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user