[15:00] So I have been reading https://wiki.ubuntu.com/Ubiquity/Plugins while writing my own plugin. Now I want to conditionally skip showing the PageUI if a certain variable is preseeded in the preseed file. What is the correct way to do it? [15:01] I probably need to return something through the Plugin.prepare and/or Plugin.run methods, right? [16:09] What is the type of the self.db object? [16:13] Got it. :-) [16:13] This duck-typing can get confusing at times.