Skip to content

Commit

Permalink
Pushed by gbuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Middleton committed Sep 11, 2017
1 parent 966f72b commit bbedee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gaze-control/gazectl/gazectl.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import docker
from tabulate import tabulate
from termcolor import colored

# from gazelib.compose import GazeCompose
from gazelib.config import GazeConfig
Expand Down
2 changes: 1 addition & 1 deletion gaze-control/gazectl/gazelib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ def ascii_banner():
╚██████╔╝ ██║ ██║ ███████╗ ███████╗
╚═════╝ ╚═╝ ╚═╝ ╚══════╝ ╚══════╝
Turnkey Open Media Center
''', 'blue')
''', 'cyan')

return banner

0 comments on commit bbedee9

Please sign in to comment.