Commit 171936cd33d954f3e42d323d7a0783b6f01e8514

  • avatar
  • administrator <administrator @mat…ix.(none)>
  • Fri Sep 30 16:18:19 IST 2011
Stash
  
1212
1313 try:
1414 #read the request
15 data = open(os.path.join(os.path.dirname(__file__),"data.json"), "r");
15 data = open(os.path.join(os.path.dirname(__file__),"state.json"), "r");
1616 rValue = data.read();
1717 data.close();
1818 except KeyError: