smarto1000
New Member
- Messages
- 10
- Reaction score
- 0
- Points
- 0
I am working on a Python program in which I create an instance in one module (Module A), pickle it into a file, and use it in another module (Module B). When it is used in Module B I want it to use the class tree in that module as opposed to the class tree in the module where it was created. However, it continues to use Module A's class hierarchy no matter what I try. Please help!!!