Makes the plugin dir a module. Rename csv plugin to avoid system collision. modify test to reference new module path.

This commit is contained in:
Aurynn Shaw 2014-02-24 13:11:49 +13:00
parent 4704ba74a6
commit d41957911b
3 changed files with 1 additions and 1 deletions

View File

View File

@ -11,7 +11,7 @@ master_config = {
"host": "http://localhost:8777/"
},
"main": {
"export_provider": "artifice.plugins.csv:Csv",
"export_provider": "artifice.plugins.csv_:Csv",
"database_uri": "postgres://artifice:password@localhost:5432/artifice"
},
"openstack": {