Skip to content
Snippets Groups Projects
Commit 1b4b5c5a authored by John Chapman's avatar John Chapman
Browse files

Rename OutputStreamAthenaPool.OutputStreamAthenaPool module to...

Rename OutputStreamAthenaPool.OutputStreamAthenaPool module to OutputStreamAthenaPool.CreateOutputStreams

Having a module with the same name as the package name causes problems with syntax like:

```from OutputStreamAthenaPool.OutputStreamAthenaPoolConf import ...```

in python 2.7, so the module has been renamed to `CreateOutputStreams` and all references in the code
have been adapted.
parent 84363c74
No related branches found
No related tags found
Loading
Showing
with 28 additions and 28 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment