@@ -1,7 +1,7 @@ |
||
1 | 1 |
# -*- coding: utf-8 -*- |
2 | 2 |
from __future__ import unicode_literals |
3 | 3 |
|
4 |
-from logit import logit |
|
4 |
+from django_logit import logit |
|
5 | 5 |
from support.models import MachineBackInfo, MachineBodyInfo, MachineSupportPrebookInfo |
6 | 6 |
from utils.error.errno_utils import MachineStatusCode |
7 | 7 |
from utils.error.response_utils import response |