diff -r 48c70425bf6c -r 351a02310dd8 iro/model/__init__.py --- a/iro/model/__init__.py Fri Jan 27 21:14:18 2012 +0100 +++ b/iro/model/__init__.py Fri Jan 27 21:21:41 2012 +0100 @@ -1,3 +1,10 @@ import schema import user import utils + +from dbdefer import setEngine +from pool import startPool,POOL_SIZE + + + +