7 lines
112 B
Python
7 lines
112 B
Python
|
try:
|
||
|
from tiramisu.i18n import _
|
||
|
except ModuleNotFoundError:
|
||
|
# FIXME
|
||
|
def _(val):
|
||
|
return val
|