9e14008 Rename the __storage attribute to a more propriate name

Authored and Committed by vpodzime 10 years ago
    Rename the __storage attribute to a more propriate name
    
    Using the double underscore for an attribute name complicates reaching it in
    pdb sessions and is not necessary. A single underscore means "private
    attribute". On the other hand, the name should reveal the fact, that it is a
    place for planning changes and storage layout.