Subversion Repositories SmartDukaan

Rev

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

Rev 9360 Rev 9361
Line 34... Line 34...
34
        self.model_name = model_name
34
        self.model_name = model_name
35
        self.model_number = model_number
35
        self.model_number = model_number
36
        self.color = color
36
        self.color = color
37
        self.weight = weight
37
        self.weight = weight
38
        self.parent_category = parent_category
38
        self.parent_category = parent_category
39
        self.totalInventory = totalInventory
-
 
40
        self.risky = risky
39
        self.risky = risky
41
        
40
        
42
 
41
 
43
class SnapdealDetails:
42
class SnapdealDetails:
44
    def __init__(self, supc, ourSp, offerPrice, ourInventory, otherInventory, rank, lowestSellerName,lowestSp,secondLowestSellerName,secondLowestSellerSp,secondLowestSellerInventory,lowestOfferPrice,secondLowestSellerOfferPrice,ourOfferPrice):
43
    def __init__(self, supc, ourSp, offerPrice, ourInventory, otherInventory, rank, lowestSellerName,lowestSp,secondLowestSellerName,secondLowestSellerSp,secondLowestSellerInventory,lowestOfferPrice,secondLowestSellerOfferPrice,ourOfferPrice):