[all] black code :)

This commit is contained in:
tobi-wan-kenobi 2020-05-09 21:24:28 +02:00
parent 320827d577
commit 92577e7d26
14 changed files with 291 additions and 192 deletions

View file

@ -3,7 +3,10 @@ import sys
def discover():
libdir = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "bumblebee_status"))
libdir = os.path.abspath(
os.path.join(os.path.dirname(__file__), "..", "bumblebee_status")
)
sys.path.append(libdir)
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4