[core/config] Make unit test go through
This commit is contained in:
parent
6857edb37f
commit
c041e33bc0
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ class print_usage(argparse.Action):
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
def print_themes(self):
|
def print_themes(self):
|
||||||
print(textwrap.fill(", ".join(bumblebee.theme.themes()),
|
print(", ".join(bumblebee.theme.themes()))
|
||||||
80, initial_indent = self._indent, subsequent_indent = self._indent
|
|
||||||
))
|
|
||||||
|
|
||||||
def print_modules(self):
|
def print_modules(self):
|
||||||
for m in bumblebee.engine.all_modules():
|
for m in bumblebee.engine.all_modules():
|
||||||
|
|
Loading…
Reference in a new issue