Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Performance improvement. Changed dictionary lookup from...
authorpreecej <preecej@localhost>
Tue, 11 Mar 2014 21:09:58 +0000 (21:09 +0000)
committerpreecej <preecej@localhost>
Tue, 11 Mar 2014 21:09:58 +0000 (21:09 +0000)
commitf35df2b89c4524221396cc590d10eeb59c6a8772
tree9c76876f7ebfb5d782c3bbdff70b789a6dbf2ca7
parent5ebfe57765241376ee0ac5b9c20b3af14dc940eb
Performance improvement. Changed dictionary lookup from...
  if item in dict.keys() :
to...
  if item in dict :

Noticeably faster.

svn path=/; revision=536
Personnel/preecej/python_singletons/map_os_2_at.py