mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 18:36:44 +00:00
import problem temp fix
This commit is contained in:
parent
a33d4f2dca
commit
d4fd764536
@ -1,6 +1,9 @@
|
|||||||
import os
|
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:
|
class SearchFilter:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user