Subversion Repositories SmartDukaan

Rev

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

Rev 7275 Rev 7293
Line 14... Line 14...
14
from sqlalchemy.sql import or_
14
from sqlalchemy.sql import or_
15
from elixir import session
15
from elixir import session
16
import datetime, time
16
import datetime, time
17
import sys
17
import sys
18
import logging
18
import logging
19
from shop2020.clients import CatalogClient
19
from shop2020.clients.CatalogClient import CatalogClient
20
logging.basicConfig(level=logging.DEBUG)
20
logging.basicConfig(level=logging.DEBUG)
21
 
21
 
22
warehouse_allocation_cache = {}
22
warehouse_allocation_cache = {}
23
serviceable_location_cache = {}
23
serviceable_location_cache = {}
24
delivery_estimate_cache = {}
24
delivery_estimate_cache = {}