Subversion Repositories SmartDukaan

Rev

Rev 6848 | Rev 6921 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6848 Rev 6850
Line 5... Line 5...
5
'''
5
'''
6
from shop2020.config.client.ConfigClient import ConfigClient
6
from shop2020.config.client.ConfigClient import ConfigClient
7
from shop2020.model.v1.catalog.impl.Convertors import to_t_item, to_t_category, \
7
from shop2020.model.v1.catalog.impl.Convertors import to_t_item, to_t_category, \
8
    to_t_source_item_pricing, to_t_product_notification_request, \
8
    to_t_source_item_pricing, to_t_product_notification_request, \
9
    to_t_product_notification_request_count, to_t_voucher_item_mapping, to_t_insurer, \
9
    to_t_product_notification_request_count, to_t_voucher_item_mapping, to_t_insurer, \
10
    to_t_banner,to_t_banner_map
10
    to_t_banner,to_t_banner_map, \
11
    to_t_product_notification_request_count, to_t_voucher_item_mapping, to_t_insurer
11
    to_t_product_notification_request_count, to_t_voucher_item_mapping, to_t_insurer
12
from shop2020.model.v1.catalog.impl.DataAcessors import add_item, retire_item, \
12
from shop2020.model.v1.catalog.impl.DataAcessors import add_item, retire_item, \
13
    change_item_status, get_item, get_all_items, get_all_items_by_status, \
13
    change_item_status, get_item, get_all_items, get_all_items_by_status, \
14
    update_item, start_item_on, close_session, retire_item_on, \
14
    update_item, start_item_on, close_session, retire_item_on, \
15
    get_items_by_catalog_id, get_best_deals, get_best_deals_catalog_ids, \
15
    get_items_by_catalog_id, get_best_deals, get_best_deals_catalog_ids, \