Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
18d00eed
Commit
18d00eed
authored
Mar 28, 2014
by
Stavros Sachtouris
Browse files
Rename module kamaki.cli.command_shell --> shell
parent
98c84bd6
Changes
2
Show whitespace changes
Inline
Side-by-side
kamaki/cli/__init__.py
View file @
18d00eed
...
...
@@ -545,7 +545,7 @@ def main(func):
def
run_shell
(
exe
,
parser
):
parser
.
arguments
[
'help'
].
value
=
False
cloud
=
_init_session
(
parser
.
arguments
)
from
command_
shell
import
_init_shell
from
shell
import
_init_shell
global
kloger
_cnf
=
parser
.
arguments
[
'config'
]
auth_base
=
init_cached_authenticator
(
_cnf
,
cloud
,
kloger
)
...
...
kamaki/cli/
command_
shell.py
→
kamaki/cli/shell.py
View file @
18d00eed
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment