Comment 4 for bug 1674053

Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

As long as you didn't put any UI code in FP_LIB_TABLE than it sounds like it meets the criteria for #3. It's critical that we keep wx UI code out of our low level I/O objects to prevent the low level code from becoming a highly coupled mess. The reason for this is it gets really nasty trying to provide python support for the low level objects when you do this.