I don't know if this can cause problems, but I thought I can set a
connection for all SQLObject subclasses like this:

hub = PackageHub("mypackage")
SQLObject._connection = hub

I did this in model.py.  Now, all SQLObject subclasses should use this
connection by default regardless of where they are imported from.

Reply via email to