We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e3fca commit a79b552Copy full SHA for a79b552
1 file changed
statemachine/mixins.py
@@ -1,12 +1,5 @@
1
-try:
2
- from django.utils.translation import ugettext as _
3
-except Exception:
4
-
5
- def _(text):
6
- return text
7
8
9
from . import registry
+from .i18n import _
10
11
12
class MachineMixin:
0 commit comments