Comment 2 for bug 165019

Revision history for this message
Aldo (aldozt) wrote :

these import statements are now local to the class def:

import stacks_gui_trasher
import stacks_gui_curved
import stacks_gui_dialog

before rev 237 they were globally scoped

maybe this would fix it?

self.gui = self.stacks_gui_curved.StacksGuiCurved(self)