Commit Graph

8 Commits

Author SHA1 Message Date
nico a0ac0b2cea
fix: UnboundLocalError due to reference before assignment
* fix broken none catch
2021-07-23 18:00:53 +02:00
nico a5251e2381
fix: relative import inside package
+ change from .file to module.file in the import statement
2021-07-23 17:20:54 +02:00
nico bc0921d388
packaging: rename to bl-imp
* ajust setup cfg/py to use the new name
. remove unnecessary variable from main
2021-04-17 13:48:25 +02:00
nico 78015c196a
flake8: unnecessary else
* modified method to not use an unnecessary else statement
2021-04-06 11:29:24 +02:00
nico d410c45429
flake8: remove cyclic import 2021-04-06 11:28:37 +02:00
nico eda0a709c9
cleanup: make flake8 happy again
* remove wildcard import
* remove unnecessary imports
* various smaller whitespace cleanups
2021-04-06 11:23:09 +02:00
nico c9e689b3f3
packaging: various smaller fixes and corrections
- remove placeholder print statements
* replace wildcard import with a direct one
* rename main class to blimp
* optimized imports
2021-03-28 16:39:58 +02:00
nico 3e8a728fe7
Python Package
+ init basic python package
+ add console_script blimp
2021-03-27 00:15:38 +01:00