aboutsummaryrefslogtreecommitdiffstats
path: root/src/blimp/bl_process.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: UnboundLocalError due to reference before assignmentnico wellpott2021-07-231-5/+4
| | | | * fix broken none catch
* fix: relative import inside packagenico wellpott2021-07-231-1/+1
| | | | + change from .file to module.file in the import statement
* flake8: remove cyclic importnico wellpott2021-04-061-1/+0
|
* cleanup: make flake8 happy againnico wellpott2021-04-061-1/+1
| | | | | | * remove wildcard import * remove unnecessary imports * various smaller whitespace cleanups
* packaging: various smaller fixes and correctionsnico wellpott2021-03-281-2/+5
| | | | | | | - remove placeholder print statements * replace wildcard import with a direct one * rename main class to blimp * optimized imports
* Python Packagenico wellpott2021-03-271-0/+54
+ init basic python package + add console_script blimp