mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
refactor: extract validation and truth modules from common.py
This commit is contained in:
@@ -16,7 +16,8 @@ import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
from common import diff_platform_truth, list_registered_platforms, load_platform_config
|
||||
from common import list_registered_platforms, load_platform_config
|
||||
from truth import diff_platform_truth
|
||||
|
||||
try:
|
||||
import yaml
|
||||
|
||||
Reference in New Issue
Block a user