Subversion Repositories SmartDukaan

Rev

Rev 283 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 283 Rev 1336
Line 9... Line 9...
9
import os
9
import os
10
 
10
 
11
initialize_table()
11
initialize_table()
12
path = sys.argv[1]
12
path = sys.argv[1]
13
ds = os.sep
13
ds = os.sep
14
path = path+ds+"development.ini" 
-
 
15
ServeCommand("serve").run([path])
-
 
16
14
path = path+ds+"development.ini"
-
 
15
print "This is the path %s"%( path )
-
 
16
ServeCommand("serve").run(["/root/code-new/prototype/tg2/src/development.ini"])
-
 
17