Subversion Repositories SmartDukaan

Rev

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

Rev 172 Rev 241
Line 2... Line 2...
2
Created on 21-May-2010
2
Created on 21-May-2010
3
 
3
 
4
@author: gaurav
4
@author: gaurav
5
'''
5
'''
6
from paste.script.serve import ServeCommand
6
from paste.script.serve import ServeCommand
-
 
7
from datastore.DataCodeAccessor import *
7
 
8
 
-
 
9
initialize_table()
8
ServeCommand("serve").run(["development.ini"])
10
ServeCommand("serve").run(["development.ini"])
9
11