| Line 8... |
Line 8... |
| 8 |
from shop2020.logistics.service.impl.DataAccessor import get_empty_AWB,\
|
8 |
from shop2020.logistics.service.impl.DataAccessor import get_empty_AWB,\
|
| 9 |
get_shipment_info, initialize, get_logistics_estimation, get_provider,\
|
9 |
get_shipment_info, initialize, get_logistics_estimation, get_provider,\
|
| 10 |
get_providers, close_session, get_free_awb_count, get_holidays,\
|
10 |
get_providers, close_session, get_free_awb_count, get_holidays,\
|
| 11 |
is_cod_allowed, is_alive
|
11 |
is_cod_allowed, is_alive
|
| 12 |
from shop2020.logistics.service.impl.Converters import to_t_awbupdate,\
|
12 |
from shop2020.logistics.service.impl.Converters import to_t_awbupdate,\
|
| 13 |
to_t_provider, to_t_awb
|
13 |
to_t_provider
|
| 14 |
from shop2020.clients.CatalogClient import CatalogClient
|
14 |
from shop2020.clients.CatalogClient import CatalogClient
|
| 15 |
from shop2020.config.client.ConfigClient import ConfigClient
|
15 |
from shop2020.config.client.ConfigClient import ConfigClient
|
| 16 |
import datetime
|
16 |
import datetime
|
| 17 |
import math
|
17 |
import math
|
| 18 |
import sys
|
18 |
import sys
|