Subversion Repositories SmartDukaan

Rev

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

Rev 13781 Rev 13783
Line 215... Line 215...
215
            return response
215
            return response
216
        except:
216
        except:
217
            print "Error occurred"
217
            print "Error occurred"
218
            traceback.print_exc()
218
            traceback.print_exc()
219
            response['result'] = 'PARSE_ERROR'
219
            response['result'] = 'PARSE_ERROR'
-
 
220
            return response
220
             
221
             
221
        
222
        
222
        return False
-
 
223
        #soup = BeautifulSoup(rawHtml,convertEntities=BeautifulSoup.HTML_ENTITIES)
223
        #soup = BeautifulSoup(rawHtml,convertEntities=BeautifulSoup.HTML_ENTITIES)
224
        #soup.find(name, attrs, recursive, text)
224
        #soup.find(name, attrs, recursive, text)
225
 
225
 
226
    def _getStatusFromDetailedStatus(self, detailedStatus):
226
    def _getStatusFromDetailedStatus(self, detailedStatus):
227
        for key, value in Store.OrderStatusMap.iteritems():
227
        for key, value in Store.OrderStatusMap.iteritems():