Subversion Repositories SmartDukaan

Rev

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

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