from package.subPackage import DBSession no longer works with the latest CVS check out.
#The following still works and can be used as a workaround #until this bug is fixed import package.subPackage dbs = package.subPackage.DBSession(...)
Log in to post a comment.