Refactor module structure

Move mysqltasks to top level to keep the task names when using Python3.
This commit is contained in:
Jan Dittberner 2020-03-04 19:55:29 +01:00
parent 2c0aa2fa92
commit ca0d8451d0
9 changed files with 42 additions and 27 deletions

View file

@ -1,6 +1,8 @@
Changelog
=========
* :support:`-` move mysqltasks to top level to keep the task names when
using Python 3
* :support:`-` drop old requirements files
* :release:`0.1.2 <2020-02-29>`