


1. Create a patch to Application.py so that Application derives
   from LockableFolder instead Folder so that the topmost (i.e.
   root) folder can also be locked. As it is, it can't.
   
2. Create tests so that if any refactoring/mods are done in
   the future, it will be easier to ensure that nothing gets 
   broken.
   
