Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
4dd6c4cc
Commit
4dd6c4cc
authored
Jan 28, 2013
by
Michal 'vorner' Vaner
Browse files
[2439] (minor) Comment fix
Fix a code in comment. It wouldn't work, but it was saying what not to do anyway.
parent
f94444fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/xfrin/tests/diff_tests.py
View file @
4dd6c4cc
...
...
@@ -1098,7 +1098,7 @@ class DiffTest(unittest.TestCase):
'''
Empty init. The base class's __init__ can't be called,
so we need to provide our own to shadow it -- and make sure
not to call the
parent
().__init__().
not to call the
super
().__init__().
'''
pass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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