Blame | Last modification | View Log | RSS feed
'''Created on 11-Sep-2012@author: mandeep'''from elixir.options import using_options, using_table_optionsfrom shop2020.model.v1.order.impl.model.DigitalOrder import DigitalOrderclass DownloadableOrder(DigitalOrder):'''classdocs'''using_options(shortnames=True, inheritance='multi')using_table_options(mysql_engine="InnoDB")def __init__(self):'''Constructor'''super(DownloadableOrder, self).__init__()