Subversion Repositories SmartDukaan

Rev

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

Rev 18197 Rev 18615
Line 18... Line 18...
18
 
18
 
19
 
19
 
20
(options, args) = parser.parse_args()
20
(options, args) = parser.parse_args()
21
 
21
 
22
 
22
 
23
subCategoryList = [19, 20, 27]
23
subCategoryList = [19, 20, 27, 29]
24
es = Elasticsearch([{'host': options.elastic_search_host, 'port': options.elastic_search_port}])
24
es = Elasticsearch([{'host': options.elastic_search_host, 'port': options.elastic_search_port}])
25
xstr = lambda s: s or ""
25
xstr = lambda s: s or ""
26
 
26
 
27
class __SkuInfo:
27
class __SkuInfo:
28
    
28