[all] black code :)
This commit is contained in:
parent
320827d577
commit
92577e7d26
14 changed files with 291 additions and 192 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue