mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-22 15:04:16 +01:00
Fix unit tests
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
from unittest import TestCase
|
||||
|
||||
try:
|
||||
from unittest import mock
|
||||
except ImportError:
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
from fs_uae_wrapper import plain
|
||||
from fs_uae_wrapper import utils
|
||||
|
||||
Reference in New Issue
Block a user