mirror of
https://github.com/simon987/od-database.git
synced 2025-12-12 14:38:50 +00:00
import problem temp fix
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import os
|
||||
|
||||
from fold_to_ascii.fold_to_ascii import mapping
|
||||
try:
|
||||
from fold_to_ascii.fold_to_ascii import mapping
|
||||
except:
|
||||
from ..fold_to_ascii.fold_to_ascii import mapping
|
||||
|
||||
|
||||
class SearchFilter:
|
||||
|
||||
Reference in New Issue
Block a user