Subversion Repositories SmartDukaan

Rev

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

Rev 12696 Rev 12697
Line 2... Line 2...
2
Created on 28-Apr-2010
2
Created on 28-Apr-2010
3
 
3
 
4
@author: ashish
4
@author: ashish
5
'''
5
'''
6
 
6
 
7
from checkbox.properties import Bool
-
 
8
from elixir import *
7
from elixir import *
9
from elixir.entity import Entity
8
from elixir.entity import Entity
10
from elixir.fields import Field
9
from elixir.fields import Field
11
from elixir.relationships import OneToMany, ManyToOne
10
from elixir.relationships import OneToMany, ManyToOne
12
from sqlalchemy import create_engine
11
from sqlalchemy import create_engine