Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • John Chapman's avatar
    1b4b5c5a
    Rename OutputStreamAthenaPool.OutputStreamAthenaPool module to... · 1b4b5c5a
    John Chapman authored
    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.
    1b4b5c5a
    History
    Rename OutputStreamAthenaPool.OutputStreamAthenaPool module to...
    John Chapman authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.