diff --git a/maestro/cli/maestro.py b/maestro/cli/maestro.py index 5dce2d7..66c8528 100755 --- a/maestro/cli/maestro.py +++ b/maestro/cli/maestro.py @@ -38,7 +38,7 @@ from docopt import docopt -from root import CLI +from commands import CLI from common import Console def __execute(command):