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 13, 2017
1 parent 27a681f commit b5de351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions gaze-control/gazectl/gazectl.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
# from gazelib.compose import GazeCompose
from gazelib.config import GazeConfig
from gazelib.container import GazeContainer
from gazelib.helpers import GazeHelper
from gazelib.log import GazeLog
from gazelib.network import GazeNetwork
from gazelib.template import GazeTemplate
from gazelib.volume import GazeVolume
from gazelib.helpers import GazeHelper
from gazelib.service import GazeServices


# Initialise a global logger.
try:
Expand Down
2 changes: 1 addition & 1 deletion gaze-control/gazectl/gazelib/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
gaze.monokal.io
"""

from .log import GazeLog
from .container import GazeContainer
from .log import GazeLog


class GazeServices(object):
Expand Down

0 comments on commit b5de351

Please sign in to comment.