Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Roque
slapos.core
Commits
77a9e0b1
Commit
77a9e0b1
authored
7 years ago
by
Tomáš Peterka
Browse files
Options
Download
Email Patches
Plain Diff
Rename UnImplementedError -> NonImpementedError
parent
66cdbd3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slapos/format.py
slapos/format.py
+2
-2
No files found.
slapos/format.py
View file @
77a9e0b1
...
...
@@ -248,10 +248,10 @@ class Manager(object):
short_name
=
None
def
format
(
self
):
raise
Uni
mplementedError
(
"Implement function to format underlaying OS"
)
raise
NotI
mplementedError
(
"Implement function to format underlaying OS"
)
def
update
(
self
):
raise
Uni
mplementedError
(
"Implement function to format underlaying OS"
)
raise
NotI
mplementedError
(
"Implement function to format underlaying OS"
)
class
CGroupManager
(
Manager
):
...
...
This diff is collapsed.
Click to expand it.
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