aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-233-5/+5
| | | | + change from .file to module.file in the import statement
* packaging: rename to bl-impnico wellpott2021-04-171-1/+0
| | | | | * ajust setup cfg/py to use the new name . remove unnecessary variable from main
* flake8: unnecessary elsenico wellpott2021-04-061-6/+5
| | | | * modified method to not use an unnecessary else statement
* flake8: remove cyclic importnico wellpott2021-04-062-2/+0
|
* cleanup: make flake8 happy againnico wellpott2021-04-063-26/+5
| | | | | | * remove wildcard import * remove unnecessary imports * various smaller whitespace cleanups
* packaging: various smaller fixes and correctionsnico wellpott2021-03-285-25/+19
| | | | | | | - remove placeholder print statements * replace wildcard import with a direct one * rename main class to blimp * optimized imports
* Python Packagenico wellpott2021-03-275-0/+216
+ init basic python package + add console_script blimp