Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
verktoy
PyMetric
Commits
80061347
Commit
80061347
authored
Dec 03, 2019
by
Runar Borge
Browse files
Py3'ification of print statement from exit command
parent
df5ce7c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
command.py
View file @
80061347
...
...
@@ -1448,11 +1448,11 @@ Available commands:
"""
)
def
help_exit
(
self
):
print
"""
print
(
"""
Usage: exit
End program.
"""
"""
)
def
help_areaplot
(
self
):
print
(
"""
...
...
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