Rev 283 | Blame | Compare with Previous | Last modification | View Log | RSS feed
'''Created on 21-May-2010@author: gaurav'''from paste.script.serve import ServeCommandfrom datastore.DataCodeAccessor import *import sysimport osinitialize_table()path = sys.argv[1]ds = os.seppath = path+ds+"development.ini"print "This is the path %s"%( path )ServeCommand("serve").run(["/root/code-new/prototype/tg2/src/development.ini"])