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:
parent
4704ba74a6
commit
d41957911b
0
artifice/plugins/__init__.py
Normal file
0
artifice/plugins/__init__.py
Normal 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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user