commit | f7fca6a07d99dfc944b132090d3b8401e42c69ca | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Dec 09 16:27:23 2013 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Tue Dec 10 22:45:23 2013 +0000 |
tree | 78031bdf1dbdd89ecba616ead454613470734f93 | |
parent | e3d26143ab38f7496ece831d2cc43effc2d39777 [diff] |
Remove generic_setup_package() function The generic_setup_package() function was previously run at init which was causing a dependency on a config when a file was imported. This commit takes that functionality and puts it in a classmethod and calls that in setUpClass. There was nothing in generic_setup_package() that needed to be run during so init, so this moves it to the proper place. Change-Id: I32fa0fb1e230a98a3a9ca732df2d013ca4f13dce