Vineet wrote:
> Hi !
> I am using python ver 2.6.5
> Trying to use shelve to save an object on the disc.
> =
> In the code
> # There are 'Person' & 'Manager' classes.
> # I created instance objects a,b,c from these classes.
>
> from person import Person, Manage
Hi !
I am using python ver 2.6.5
Trying to use shelve to save an object on the disc.
=
In the code
# There are 'Person' & 'Manager' classes.
# I created instance objects a,b,c from these classes.
from person import Person, Manager
a = Person('A A')
b = Person('B