trove/bin
Tim Simpson 9a5d82bf90 No longer import db_api while parsing db __init__.
The db_api field of reddwarf/db/__init__.py was grabbed by importing a
module using utils.import_object. The imported module was always the
sqlalchemy api module, which is nested under the file that imports it,
which caused import errors in multiple contexts. This commit changes
every use of db_api to call a function to load it first, which seems
to fix these problems.

Change-Id: I9515efe02831b521d7f14674e0a2913e476b207d
Fixes: bug #1080706
2012-11-21 13:30:50 -06:00
..
reddwarf-api No longer import db_api while parsing db __init__. 2012-11-21 13:30:50 -06:00
reddwarf-api-os-database Fixed Pep8 errors. 2012-03-07 14:08:42 -06:00
reddwarf-cli Fixed Pep8 errors. 2012-03-07 14:08:42 -06:00
reddwarf-guestagent No longer import db_api while parsing db __init__. 2012-11-21 13:30:50 -06:00
reddwarf-manage No longer import db_api while parsing db __init__. 2012-11-21 13:30:50 -06:00
reddwarf-mgmt-taskmanager No longer import db_api while parsing db __init__. 2012-11-21 13:30:50 -06:00
reddwarf-server No longer import db_api while parsing db __init__. 2012-11-21 13:30:50 -06:00
reddwarf-taskmanager No longer import db_api while parsing db __init__. 2012-11-21 13:30:50 -06:00
start_server.sh Adding tests to Reddwarf. 2012-11-19 12:33:40 -06:00
stop_server.sh Improved ability to run fake mode in CI environments. 2012-09-04 12:18:32 -05:00