Subversion Repositories SmartDukaan

Rev

Rev 241 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
172 ashish 1
'''
2
Created on 21-May-2010
3
 
4
@author: gaurav
5
'''
6
from paste.script.serve import ServeCommand
241 ashish 7
from datastore.DataCodeAccessor import *
283 ashish 8
import sys
9
import os
172 ashish 10
 
241 ashish 11
initialize_table()
283 ashish 12
path = sys.argv[1]
13
ds = os.sep
14
path = path+ds+"development.ini" 
15
ServeCommand("serve").run([path])